Html Css Color HEX #96645C Dark Chestnut

📋 copy color: '#96645C'

red 150 ◦ green 100 ◦ blue 92

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

Shades of Dark Chestnut #96645C

Tints of Dark Chestnut #96645C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.24%

 BLUE value IS 92 (36.33% from 255) = 26.9%

R = 43.86%
G = 29.24%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#96645C (or 0x96645C) is known color: Dark Chestnut. HEX triplet: 96, 64 and 5C. RGB value is (150,100,92). Sum of RGB (Red+Green+Blue) = 150+100+92=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #96645C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96645C is #699BA3. Grayscale: #727272. Windows color (decimal): -6921124 or 6055062. OLE color: 6055062.

HSL color Cylindrical-coordinate representation of color #96645C: hue angle of 8.28º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96645C is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 100 92 -
CMYK 0 0.33 0.39 0.41
HSL 8.28º 0.24% 0.47% -
HSV(B) 8.28º 0.39% 0.59% -
XYZ 19.07 16.37 12.28 -
YUV 114.04 115.57 153.65 -
System Red Green Blue C M Y K H S L
Decimal 150 100 92 0 0.33 0.39 0.41 8.28 0.24 0.47
Hex 96 64 5C 0 21 27 29 8 18 2F
Octal 226 144 134 0 41 47 51 10 30 57
Binary 10010110 1100100 1011100 0 100001 100111 101001 1000 11000 101111

Color Harmonies of #96645C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96645C

Black with #96645C

Text Example


Text Example

White with #96645C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96645C; }

 p { color: rgb(150,100,92); }

 H1.HeaderClassName
 {
   color: #96645C;
 }
 .AnyTagClassName
 {
   color: #96645C;
 }
</style>

background-color css

<style>
 a { background-color: #96645C; }

 a { background-color: rgb(150,100,92); }

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

border-color css

<style>
 span { border-color: #96645C; }

 span { border-color: rgb(150,100,92); }

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