Html Css Color HEX #966C5D Dark Chestnut

📋 copy color: '#966C5D'

red 150 ◦ green 108 ◦ blue 93

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

Shades of Dark Chestnut #966C5D

Tints of Dark Chestnut #966C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.5%

R = 42.74%
G = 30.77%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#966C5D (or 0x966C5D) is known color: Dark Chestnut. HEX triplet: 96, 6C and 5D. RGB value is (150,108,93). Sum of RGB (Red+Green+Blue) = 150+108+93=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #966C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966C5D is #6993A2. Grayscale: #767676. Windows color (decimal): -6919075 or 6122646. OLE color: 6122646.

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

Color convert

RGB 150 108 93 -
CMYK 0 0.28 0.38 0.41
HSL 15.79º 0.23% 0.48% -
HSV(B) 15.79º 0.38% 0.59% -
XYZ 19.92 18 12.78 -
YUV 118.85 113.41 150.22 -
System Red Green Blue C M Y K H S L
Decimal 150 108 93 0 0.28 0.38 0.41 15.79 0.23 0.48
Hex 96 6C 5D 0 1C 26 29 10 17 30
Octal 226 154 135 0 34 46 51 20 27 60
Binary 10010110 1101100 1011101 0 11100 100110 101001 10000 10111 110000

Color Harmonies of #966C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966C5D

Black with #966C5D

Text Example


Text Example

White with #966C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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