Html Css Color HEX #96665C Dark Chestnut

📋 copy color: '#96665C'

red 150 ◦ green 102 ◦ blue 92

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

Shades of Dark Chestnut #96665C

Tints of Dark Chestnut #96665C

RGB

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

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

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

R = 43.6%
G = 29.65%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#96665C (or 0x96665C) is known color: Dark Chestnut. HEX triplet: 96, 66 and 5C. RGB value is (150,102,92). Sum of RGB (Red+Green+Blue) = 150+102+92=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #96665C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96665C is #6999A3. Grayscale: #737373. Windows color (decimal): -6920612 or 6055574. OLE color: 6055574.

HSL color Cylindrical-coordinate representation of color #96665C: hue angle of 10.34º 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 #96665C is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 102 92 -
CMYK 0 0.32 0.39 0.41
HSL 10.34º 0.24% 0.47% -
HSV(B) 10.34º 0.39% 0.59% -
XYZ 19.26 16.76 12.34 -
YUV 115.21 114.9 152.81 -
System Red Green Blue C M Y K H S L
Decimal 150 102 92 0 0.32 0.39 0.41 10.34 0.24 0.47
Hex 96 66 5C 0 20 27 29 A 18 2F
Octal 226 146 134 0 40 47 51 12 30 57
Binary 10010110 1100110 1011100 0 100000 100111 101001 1010 11000 101111

Color Harmonies of #96665C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96665C

Black with #96665C

Text Example


Text Example

White with #96665C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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