#996C4A

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

Shades of Dark Tan #996C4A

Tints of Dark Tan #996C4A

Color information

#996C4A (or 0x996C4A) is unknown color: approx Dark Tan. HEX triplet: 99, 6C and 4A. RGB value is (153,108,74). Sum of RGB (Red+Green+Blue) = 153+108+74=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #996C4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996C4A is #6693B5. Grayscale: #757575. Windows color (decimal): -6722486 or 4877465. OLE color: 4877465.

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

Color convert

RGB15310874-
CMYK00.290.520.4
HSL25.82º34.8%44.51%-
HSV(B)25.82º51.63%60%-
XYZ19.7417.998.91-
YUV117.58103.41153.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.67%
GREEN value IS 108 (42.58% from 255) = 32.24%
BLUE value IS 74 (29.30% from 255) = 22.09%
R=45.67%
G=32.24%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531087400.290.520.425.8234.844.51
Hex996C4A01D34281a232d
Octal2311541120356450324355
Binary100110011101100100101001110111010010100011010100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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