Color Hex Logo

#9f695e Color Hex

#9F695E
(159,105,94)
0 Favorites   0 Comments

Color spaces of #9f695e

RGB 15910594
HSL0.030.260.50
HSV10°41°62°
CMYK 0.000.340.41   0.38
XYZ21.370018.282212.9922
Yxy18.28220.40590.3473
Hunter Lab42.757714.387111.9147
CIE-Lab49.836620.257815.0489

#9f695e color RGB value is (159,105,94).

#9f695e hex color red value is 159, green value is 105 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #9f695e hue: 0.03 , saturation: 0.26 and the lightness value of 9f695e is 0.50.

The process color (four color CMYK) of #9f695e color hex is 0.00, 0.34, 0.41, 0.38. Web safe color of #9f695e is #996666. Color #9f695e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 01101001 01011110
Octal 237 151 136
Decimal 159 105 94
Hex 9F 69 5E

RGB Percentages of Color #9f695e

%44.41
%29.33
%26.26

CMYK Percentages of Color #9f695e

%0
%34
%41
%38

Triadic Colors of #9f695e

#9f695e #5e9f69 #695e9f

Analogous Colors of #9f695e

#9f695e #9f8a5e #9f5e74

Monochromatic Colors of #9f695e

#9f695e

Complementary Color

#9f695e #5e949f

#9f695e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f695e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f695e Color CSS Codes

.mybgcolor {background-color:#9f695e; } 
.myforecolor {color:#9f695e; }
.mybordercolor {border:3px solid #9f695e; }

#9f695e Text Font Color

<p style="color:#9f695e">Text here</p>

This sample text font color is #9f695e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#9f695e Background Color

<div style="background-color:#9f695e">
Div content here</div>

This div background color is #9f695e


#9f695e Border Color

<div style="border:3px solid #9f695e">
Div here</div>

This div border color is #9f695e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,105,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9f695e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9f695e;
  -webkit-box-shadow: 1px 1px 3px 2px #9f695e;
  box-shadow:         1px 1px 3px 2px #9f695e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,105,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9f695e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #9f695e;
  -webkit-box-shadow: 1px 1px 3px 2px #9f695e;
  box-shadow:         1px 1px 3px 2px #9f695e;">
Div content here</div>

This div box has shadow with color #9f695e


Comments

No comments written yet.

Please login to write comment.