Html Css Color HEX #9F665F Dark Chestnut

📋 copy color: '#9F665F'

red 159 ◦ green 102 ◦ blue 95

#9F665F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Chestnut #9F665F

Tints of Dark Chestnut #9F665F

RGB

 RED value IS 159 (62.5% from 255) = 44.66%

 GREEN value IS 102 (40.23% from 255) = 28.65%

 BLUE value IS 95 (37.5% from 255) = 26.69%

R = 44.66%
G = 28.65%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.38

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9F665F (or 0x9F665F) is known color: Dark Chestnut. HEX triplet: 9F, 66 and 5F. RGB value is (159,102,95). Sum of RGB (Red+Green+Blue) = 159+102+95=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 159 - color contains mainly: red. Hex color #9F665F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F665F is #6099A0. Grayscale: #767676. Windows color (decimal): -6330785 or 6252191. OLE color: 6252191.

HSL color Cylindrical-coordinate representation of color #9F665F: hue angle of 6.56º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F665F is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 102 95 -
CMYK 0 0.36 0.40 0.38
HSL 6.56º 0.25% 0.5% -
HSV(B) 6.56º 0.4% 0.62% -
XYZ 21.12 17.7 13.13 -
YUV 118.25 114.88 157.07 -
System Red Green Blue C M Y K H S L
Decimal 159 102 95 0 0.36 0.40 0.38 6.56 0.25 0.5
Hex 9F 66 5F 0 24 28 26 7 19 32
Octal 237 146 137 0 44 50 46 7 31 62
Binary 10011111 1100110 1011111 0 100100 101000 100110 111 11001 110010

Color Harmonies of #9F665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F665F

Black with #9F665F

Text Example


Text Example

White with #9F665F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F665F; }

 p { color: rgb(159,102,95); }

 H1.HeaderClassName
 {
   color: #9F665F;
 }
 .AnyTagClassName
 {
   color: #9F665F;
 }
</style>

background-color css

<style>
 a { background-color: #9F665F; }

 a { background-color: rgb(159,102,95); }

 div.DivClassName
 {
   background-color: #9F665F;
 }
 .BgClassName
 {
   background-color: #9F665F;
 }
</style>

border-color css

<style>
 span { border-color: #9F665F; }

 span { border-color: rgb(159,102,95); }

 td.TdClassName
 {
   border-color: #9F665F;
 }
 .TagClassName
 {
   border-color: #9F665F;
 }
</style>