Html Css Color HEX #96635D Dark Chestnut

📋 copy color: '#96635D'

red 150 ◦ green 99 ◦ blue 93

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

Shades of Dark Chestnut #96635D

Tints of Dark Chestnut #96635D

RGB

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

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

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

R = 43.86%
G = 28.95%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#96635D (or 0x96635D) is known color: Dark Chestnut. HEX triplet: 96, 63 and 5D. RGB value is (150,99,93). Sum of RGB (Red+Green+Blue) = 150+99+93=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #96635D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96635D is #699CA2. Grayscale: #717171. Windows color (decimal): -6921379 or 6120342. OLE color: 6120342.

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

Color convert

RGB 150 99 93 -
CMYK 0 0.34 0.38 0.41
HSL 6.32º 0.23% 0.48% -
HSV(B) 6.32º 0.38% 0.59% -
XYZ 19.02 16.2 12.48 -
YUV 113.57 116.4 153.99 -
System Red Green Blue C M Y K H S L
Decimal 150 99 93 0 0.34 0.38 0.41 6.32 0.23 0.48
Hex 96 63 5D 0 22 26 29 6 17 30
Octal 226 143 135 0 42 46 51 6 27 60
Binary 10010110 1100011 1011101 0 100010 100110 101001 110 10111 110000

Color Harmonies of #96635D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96635D

Black with #96635D

Text Example


Text Example

White with #96635D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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