#96644A

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

Shades of Dark Tan #96644A

Tints of Dark Tan #96644A

Color information

#96644A (or 0x96644A) is unknown color: approx Dark Tan. HEX triplet: 96, 64 and 4A. RGB value is (150,100,74). Sum of RGB (Red+Green+Blue) = 150+100+74=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #96644A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96644A is #699BB5. Grayscale: #707070. Windows color (decimal): -6921142 or 4875414. OLE color: 4875414.

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

Color convert

RGB15010074-
CMYK00.330.510.41
HSL20.53º33.93%43.92%-
HSV(B)20.53º50.67%58.82%-
XYZ18.3716.098.62-
YUV111.99106.56155.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.30%
GREEN value IS 100 (39.45% from 255) = 30.86%
BLUE value IS 74 (29.30% from 255) = 22.84%
R=46.30%
G=30.86%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501007400.330.510.4120.5333.9343.92
Hex96644A021332915222c
Octal2261441120416351254254
Binary1001011011001001001010010000111001110100110101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96644A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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