#996346

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

Shades of Dark Tan #996346

Tints of Dark Tan #996346

Color information

#996346 (or 0x996346) is unknown color: approx Dark Tan. HEX triplet: 99, 63 and 46. RGB value is (153,99,70). Sum of RGB (Red+Green+Blue) = 153+99+70=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #996346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996346 is #669CB9. Grayscale: #707070. Windows color (decimal): -6724794 or 4613017. OLE color: 4613017.

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

Color convert

RGB1539970-
CMYK00.350.540.4
HSL20.96º37.22%43.73%-
HSV(B)20.96º54.25%60%-
XYZ18.716.147.92-
YUV111.84104.39157.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.52%
GREEN value IS 99 (39.06% from 255) = 30.75%
BLUE value IS 70 (27.73% from 255) = 21.74%
R=47.52%
G=30.75%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153997000.350.540.420.9637.2243.73
Hex996346023362815252c
Octal2311431060436650254554
Binary1001100111000111000110010001111011010100010101100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996346; }

 p { color: rgb(153,99,70); }

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

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

 a { background-color: rgb(153,99,70); }

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

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

 span { border-color: rgb(153,99,70); }

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