#996B46

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

Shades of Dark Tan #996B46

Tints of Dark Tan #996B46

Color information

#996B46 (or 0x996B46) is unknown color: approx Dark Tan. HEX triplet: 99, 6B and 46. RGB value is (153,107,70). Sum of RGB (Red+Green+Blue) = 153+107+70=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #996B46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996B46 is #6694B9. Grayscale: #747474. Windows color (decimal): -6722746 or 4615065. OLE color: 4615065.

HSL color Cylindrical-coordinate representation of color #996B46: hue angle of 26.75º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #996B46 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB15310770-
CMYK00.300.540.4
HSL26.75º37.22%43.73%-
HSV(B)26.75º54.25%60%-
XYZ19.517.738.19-
YUV116.54101.74154.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.36%
GREEN value IS 107 (42.19% from 255) = 32.42%
BLUE value IS 70 (27.73% from 255) = 21.21%
R=46.36%
G=32.42%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531077000.300.540.426.7537.2243.73
Hex996B4601E36281b252c
Octal2311531060366650334554
Binary100110011101011100011001111011011010100011011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996B46; }

 p { color: rgb(153,107,70); }

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

<style>
 a { background-color: #996B46; }

 a { background-color: rgb(153,107,70); }

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

<style>
 span { border-color: #996B46; }

 span { border-color: rgb(153,107,70); }

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