#996C4C

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

Shades of Dark Tan #996C4C

Tints of Dark Tan #996C4C

Color information

#996C4C (or 0x996C4C) is unknown color: approx Dark Tan. HEX triplet: 99, 6C and 4C. RGB value is (153,108,76). Sum of RGB (Red+Green+Blue) = 153+108+76=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #996C4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996C4C is #6693B3. Grayscale: #757575. Windows color (decimal): -6722484 or 5008537. OLE color: 5008537.

HSL color Cylindrical-coordinate representation of color #996C4C: hue angle of 24.94º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #996C4C is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB15310876-
CMYK00.290.500.4
HSL24.94º33.62%44.9%-
HSV(B)24.94º50.33%60%-
XYZ19.818.029.27-
YUV117.81104.41153.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.40%
GREEN value IS 108 (42.58% from 255) = 32.05%
BLUE value IS 76 (30.08% from 255) = 22.55%
R=45.40%
G=32.05%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531087600.290.500.424.9433.6244.9
Hex996C4C01D322819222d
Octal2311541140356250314255
Binary100110011101100100110001110111001010100011001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,108,76); }

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

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

 a { background-color: rgb(153,108,76); }

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

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

 span { border-color: rgb(153,108,76); }

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