#996E4E

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

Shades of Dark Tan #996E4E

Tints of Dark Tan #996E4E

Color information

#996E4E (or 0x996E4E) is unknown color: approx Dark Tan. HEX triplet: 99, 6E and 4E. RGB value is (153,110,78). Sum of RGB (Red+Green+Blue) = 153+110+78=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #996E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996E4E is #6691B1. Grayscale: #777777. Windows color (decimal): -6721970 or 5140121. OLE color: 5140121.

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

Color convert

RGB15311078-
CMYK00.280.490.4
HSL25.6º32.47%45.29%-
HSV(B)25.6º49.02%60%-
XYZ20.0918.479.71-
YUV119.21104.75152.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.87%
GREEN value IS 110 (43.36% from 255) = 32.26%
BLUE value IS 78 (30.86% from 255) = 22.87%
R=44.87%
G=32.26%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531107800.280.490.425.632.4745.29
Hex996E4E01C31281a202d
Octal2311561160346150324055
Binary100110011101110100111001110011000110100011010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,110,78); }

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

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

 a { background-color: rgb(153,110,78); }

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

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

 span { border-color: rgb(153,110,78); }

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