Html Css Color HEX #966C5E Dark Chestnut

📋 copy color: '#966C5E'

red 150 ◦ green 108 ◦ blue 94

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

Shades of Dark Chestnut #966C5E

Tints of Dark Chestnut #966C5E

RGB

 RED value IS 150 (58.98% from 255) = 42.61%

 GREEN value IS 108 (42.58% from 255) = 30.68%

 BLUE value IS 94 (37.11% from 255) = 26.7%

R = 42.61%
G = 30.68%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#966C5E (or 0x966C5E) is known color: Dark Chestnut. HEX triplet: 96, 6C and 5E. RGB value is (150,108,94). Sum of RGB (Red+Green+Blue) = 150+108+94=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 150 - color contains mainly: red. Hex color #966C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966C5E is #6993A1. Grayscale: #777777. Windows color (decimal): -6919074 or 6188182. OLE color: 6188182.

HSL color Cylindrical-coordinate representation of color #966C5E: hue angle of 15º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #966C5E is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 108 94 -
CMYK 0 0.28 0.37 0.41
HSL 15º 0.23% 0.48% -
HSV(B) 15º 0.37% 0.59% -
XYZ 19.96 18.02 13.02 -
YUV 118.96 113.91 150.14 -
System Red Green Blue C M Y K H S L
Decimal 150 108 94 0 0.28 0.37 0.41 15 0.23 0.48
Hex 96 6C 5E 0 1C 25 29 F 17 30
Octal 226 154 136 0 34 45 51 17 27 60
Binary 10010110 1101100 1011110 0 11100 100101 101001 1111 10111 110000

Color Harmonies of #966C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966C5E

Black with #966C5E

Text Example


Text Example

White with #966C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966C5E; }

 p { color: rgb(150,108,94); }

 H1.HeaderClassName
 {
   color: #966C5E;
 }
 .AnyTagClassName
 {
   color: #966C5E;
 }
</style>

background-color css

<style>
 a { background-color: #966C5E; }

 a { background-color: rgb(150,108,94); }

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

border-color css

<style>
 span { border-color: #966C5E; }

 span { border-color: rgb(150,108,94); }

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