Html Css Color HEX #96635E Dark Chestnut

📋 copy color: '#96635E'

red 150 ◦ green 99 ◦ blue 94

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

Shades of Dark Chestnut #96635E

Tints of Dark Chestnut #96635E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.86%

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

R = 43.73%
G = 28.86%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#96635E (or 0x96635E) is known color: Dark Chestnut. HEX triplet: 96, 63 and 5E. RGB value is (150,99,94). Sum of RGB (Red+Green+Blue) = 150+99+94=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #96635E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96635E is #699CA1. Grayscale: #717171. Windows color (decimal): -6921378 or 6185878. OLE color: 6185878.

HSL color Cylindrical-coordinate representation of color #96635E: hue angle of 5.36º 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 #96635E is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 99 94 -
CMYK 0 0.34 0.37 0.41
HSL 5.36º 0.23% 0.48% -
HSV(B) 5.36º 0.37% 0.59% -
XYZ 19.06 16.22 12.72 -
YUV 113.68 116.9 153.91 -
System Red Green Blue C M Y K H S L
Decimal 150 99 94 0 0.34 0.37 0.41 5.36 0.23 0.48
Hex 96 63 5E 0 22 25 29 5 17 30
Octal 226 143 136 0 42 45 51 5 27 60
Binary 10010110 1100011 1011110 0 100010 100101 101001 101 10111 110000

Color Harmonies of #96635E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96635E

Black with #96635E

Text Example


Text Example

White with #96635E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96635E; }

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

 H1.HeaderClassName
 {
   color: #96635E;
 }
 .AnyTagClassName
 {
   color: #96635E;
 }
</style>

background-color css

<style>
 a { background-color: #96635E; }

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

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

border-color css

<style>
 span { border-color: #96635E; }

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

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