#96684c

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

Shades of Dark Tan #96684C

Tints of Dark Tan #96684C

Color information

#96684C (or 0x96684C) is unknown color: approx Dark Tan. HEX triplet: 96, 68 and 4C. RGB value is (150,104,76). Sum of RGB (Red+Green+Blue) = 150+104+76=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #96684C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96684C is #6997B3. Grayscale: #727272. Windows color (decimal): -6920116 or 5007510. OLE color: 5007510.

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

Color convert

RGB15010476-
CMYK00.310.490.41
HSL22.7º32.74%44.31%-
HSV(B)22.7º49.33%58.82%-
XYZ18.8316.919.11-
YUV114.56106.24153.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.45%
GREEN value IS 104 (41.02% from 255) = 31.52%
BLUE value IS 76 (30.08% from 255) = 23.03%
R=45.45%
G=31.52%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501047600.310.490.4122.732.7444.31
Hex96684C01F312917212c
Octal2261501140376151274154
Binary100101101101000100110001111111000110100110111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96684c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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