#96644E

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

Shades of Dark Tan #96644E

Tints of Dark Tan #96644E

Color information

#96644E (or 0x96644E) is unknown color: approx Dark Tan. HEX triplet: 96, 64 and 4E. RGB value is (150,100,78). Sum of RGB (Red+Green+Blue) = 150+100+78=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #96644E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96644E is #699BB1. Grayscale: #707070. Windows color (decimal): -6921138 or 5137558. OLE color: 5137558.

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

Color convert

RGB15010078-
CMYK00.330.480.41
HSL18.33º31.58%44.71%-
HSV(B)18.33º48%58.82%-
XYZ18.5116.159.35-
YUV112.44108.56154.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.73%
GREEN value IS 100 (39.45% from 255) = 30.49%
BLUE value IS 78 (30.86% from 255) = 23.78%
R=45.73%
G=30.49%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501007800.330.480.4118.3331.5844.71
Hex96644E021302912202d
Octal2261441160416051224055
Binary1001011011001001001110010000111000010100110010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96644E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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