#96635A

Color #96635A Dark Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Chestnut #96635A

Tints of Dark Chestnut #96635A

Color information

#96635A (or 0x96635A) is unknown color: approx Dark Chestnut. HEX triplet: 96, 63 and 5A. RGB value is (150,99,90). Sum of RGB (Red+Green+Blue) = 150+99+90=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #96635A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96635A is #699CA5. Grayscale: #717171. Windows color (decimal): -6921382 or 5923734. OLE color: 5923734.

HSL color Cylindrical-coordinate representation of color #96635A: hue angle of 9º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96635A is Cyan = 0, Magento = 0.34, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB1509990-
CMYK00.340.40.41
HSL25%47.06%-
HSV(B)40%58.82%-
XYZ18.8816.1511.79-
YUV113.22114.9154.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.25%
GREEN value IS 99 (39.06% from 255) = 29.20%
BLUE value IS 90 (35.55% from 255) = 26.55%
R=44.25%
G=29.20%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.4
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150999000.340.40.4192547.06
Hex96635A02228299192f
Octal2261431320425051113157
Binary10010110110001110110100100010101000101001100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96635A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #96635A;
 }
 .AnyTagClassName
 {
   color: #96635A;
 }
</style>
background-color css

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

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

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

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

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

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