#996845

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

Shades of Dark Tan #996845

Tints of Dark Tan #996845

Color information

#996845 (or 0x996845) is unknown color: approx Dark Tan. HEX triplet: 99, 68 and 45. RGB value is (153,104,69). Sum of RGB (Red+Green+Blue) = 153+104+69=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #996845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996845 is #6697BA. Grayscale: #727272. Windows color (decimal): -6723515 or 4548761. OLE color: 4548761.

HSL color Cylindrical-coordinate representation of color #996845: hue angle of 25º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #996845 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.4.

Color convert

RGB15310469-
CMYK00.320.550.4
HSL25º37.84%43.53%-
HSV(B)25º54.9%60%-
XYZ19.1617.17.92-
YUV114.66102.23155.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.93%
GREEN value IS 104 (41.02% from 255) = 31.90%
BLUE value IS 69 (27.34% from 255) = 21.17%
R=46.93%
G=31.90%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531046900.320.550.42537.8443.53
Hex996845020372819262c
Octal2311501050406750314654
Binary1001100111010001000101010000011011110100011001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996845; }

 p { color: rgb(153,104,69); }

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

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

 a { background-color: rgb(153,104,69); }

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

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

 span { border-color: rgb(153,104,69); }

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