#96684E

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

Shades of Dark Tan #96684E

Tints of Dark Tan #96684E

Color information

#96684E (or 0x96684E) is unknown color: approx Dark Tan. HEX triplet: 96, 68 and 4E. RGB value is (150,104,78). Sum of RGB (Red+Green+Blue) = 150+104+78=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #96684E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96684E is #6997B1. Grayscale: #727272. Windows color (decimal): -6920114 or 5138582. OLE color: 5138582.

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

Color convert

RGB15010478-
CMYK00.310.480.41
HSL21.67º31.58%44.71%-
HSV(B)21.67º48%58.82%-
XYZ18.916.939.48-
YUV114.79107.24153.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.18%
GREEN value IS 104 (41.02% from 255) = 31.33%
BLUE value IS 78 (30.86% from 255) = 23.49%
R=45.18%
G=31.33%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501047800.310.480.4121.6731.5844.71
Hex96684E01F302916202d
Octal2261501160376051264055
Binary100101101101000100111001111111000010100110110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96684E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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