#996753

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

Shades of Dark Tan #996753

Tints of Dark Tan #996753

Color information

#996753 (or 0x996753) is unknown color: approx Dark Tan. HEX triplet: 99, 67 and 53. RGB value is (153,103,83). Sum of RGB (Red+Green+Blue) = 153+103+83=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #996753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996753 is #6698AC. Grayscale: #737373. Windows color (decimal): -6723757 or 5466009. OLE color: 5466009.

HSL color Cylindrical-coordinate representation of color #996753: hue angle of 17.14º 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 #996753 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB15310383-
CMYK00.330.460.4
HSL17.14º29.66%46.27%-
HSV(B)17.14º45.75%60%-
XYZ19.5517.110.45-
YUV115.67109.56154.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.13%
GREEN value IS 103 (40.62% from 255) = 30.38%
BLUE value IS 83 (32.81% from 255) = 24.48%
R=45.13%
G=30.38%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531038300.330.460.417.1429.6646.27
Hex9967530212E28111e2e
Octal2311471230415650213656
Binary100110011100111101001101000011011101010001000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996753; }

 p { color: rgb(153,103,83); }

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

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

 a { background-color: rgb(153,103,83); }

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

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

 span { border-color: rgb(153,103,83); }

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