#996C52

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

Shades of Dark Tan #996C52

Tints of Dark Tan #996C52

Color information

#996C52 (or 0x996C52) is unknown color: approx Dark Tan. HEX triplet: 99, 6C and 52. RGB value is (153,108,82). Sum of RGB (Red+Green+Blue) = 153+108+82=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #996C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996C52 is #6693AD. Grayscale: #767676. Windows color (decimal): -6722478 or 5401753. OLE color: 5401753.

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

Color convert

RGB15310882-
CMYK00.290.460.4
HSL21.97º30.21%46.08%-
HSV(B)21.97º46.41%60%-
XYZ20.0218.1110.42-
YUV118.49107.41152.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.61%
GREEN value IS 108 (42.58% from 255) = 31.49%
BLUE value IS 82 (32.42% from 255) = 23.91%
R=44.61%
G=31.49%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531088200.290.460.421.9730.2146.08
Hex996C5201D2E28161e2e
Octal2311541220355650263656
Binary10011001110110010100100111011011101010001011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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