#996C45

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

Shades of Dark Tan #996C45

Tints of Dark Tan #996C45

Color information

#996C45 (or 0x996C45) is unknown color: approx Dark Tan. HEX triplet: 99, 6C and 45. RGB value is (153,108,69). Sum of RGB (Red+Green+Blue) = 153+108+69=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #996C45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996C45 is #6693BA. Grayscale: #757575. Windows color (decimal): -6722491 or 4549785. OLE color: 4549785.

HSL color Cylindrical-coordinate representation of color #996C45: hue angle of 27.86º 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 #996C45 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.4.

Color convert

RGB15310869-
CMYK00.290.550.4
HSL27.86º37.84%43.53%-
HSV(B)27.86º54.9%60%-
XYZ19.5717.938.06-
YUV117.01100.91153.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.36%
GREEN value IS 108 (42.58% from 255) = 32.73%
BLUE value IS 69 (27.34% from 255) = 20.91%
R=46.36%
G=32.73%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531086900.290.550.427.8637.8443.53
Hex996C4501D37281c262c
Octal2311541050356750344654
Binary100110011101100100010101110111011110100011100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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