Html Css Color HEX #956F66 Dark Chestnut

📋 copy color: '#956F66'

red 149 ◦ green 111 ◦ blue 102

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

Shades of Dark Chestnut #956F66

Tints of Dark Chestnut #956F66

RGB

 RED value IS 149 (58.59% from 255) = 41.16%

 GREEN value IS 111 (43.75% from 255) = 30.66%

 BLUE value IS 102 (40.23% from 255) = 28.18%

R = 41.16%
G = 30.66%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#956F66 (or 0x956F66) is known color: Dark Chestnut. HEX triplet: 95, 6F and 66. RGB value is (149,111,102). Sum of RGB (Red+Green+Blue) = 149+111+102=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #956F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956F66 is #6A9099. Grayscale: #797979. Windows color (decimal): -6983834 or 6713237. OLE color: 6713237.

HSL color Cylindrical-coordinate representation of color #956F66: hue angle of 11.49º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #956F66 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 111 102 -
CMYK 0 0.26 0.32 0.42
HSL 11.49º 0.19% 0.49% -
HSV(B) 11.49º 0.32% 0.58% -
XYZ 20.48 18.72 15.1 -
YUV 121.34 117.09 147.73 -
System Red Green Blue C M Y K H S L
Decimal 149 111 102 0 0.26 0.32 0.42 11.49 0.19 0.49
Hex 95 6F 66 0 1A 20 2A B 13 31
Octal 225 157 146 0 32 40 52 13 23 61
Binary 10010101 1101111 1100110 0 11010 100000 101010 1011 10011 110001

Color Harmonies of #956F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956F66

Black with #956F66

Text Example


Text Example

White with #956F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956F66; }

 p { color: rgb(149,111,102); }

 H1.HeaderClassName
 {
   color: #956F66;
 }
 .AnyTagClassName
 {
   color: #956F66;
 }
</style>

background-color css

<style>
 a { background-color: #956F66; }

 a { background-color: rgb(149,111,102); }

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

border-color css

<style>
 span { border-color: #956F66; }

 span { border-color: rgb(149,111,102); }

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