#96664E

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

Shades of Dark Tan #96664E

Tints of Dark Tan #96664E

Color information

#96664E (or 0x96664E) is unknown color: approx Dark Tan. HEX triplet: 96, 66 and 4E. RGB value is (150,102,78). Sum of RGB (Red+Green+Blue) = 150+102+78=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #96664E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96664E is #6999B1. Grayscale: #717171. Windows color (decimal): -6920626 or 5138070. OLE color: 5138070.

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

Color convert

RGB15010278-
CMYK00.320.480.41
HSL20º31.58%44.71%-
HSV(B)20º48%58.82%-
XYZ18.716.549.41-
YUV113.62107.9153.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.45%
GREEN value IS 102 (40.23% from 255) = 30.91%
BLUE value IS 78 (30.86% from 255) = 23.64%
R=45.45%
G=30.91%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501027800.320.480.412031.5844.71
Hex96664E020302914202d
Octal2261461160406051244055
Binary1001011011001101001110010000011000010100110100100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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