#996653

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

Shades of Dark Tan #996653

Tints of Dark Tan #996653

Color information

#996653 (or 0x996653) is unknown color: approx Dark Tan. HEX triplet: 99, 66 and 53. RGB value is (153,102,83). Sum of RGB (Red+Green+Blue) = 153+102+83=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 83 (32.81% from 255 or 24.56% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #996653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996653 is #6699AC. Grayscale: #737373. Windows color (decimal): -6724013 or 5465753. OLE color: 5465753.

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

Color convert

RGB15310283-
CMYK00.330.460.4
HSL16.29º29.66%46.27%-
HSV(B)16.29º45.75%60%-
XYZ19.4516.910.42-
YUV115.08109.9155.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.27%
GREEN value IS 102 (40.23% from 255) = 30.18%
BLUE value IS 83 (32.81% from 255) = 24.56%
R=45.27%
G=30.18%
B=24.56%

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
Decimal1531028300.330.460.416.2929.6646.27
Hex9966530212E28101e2e
Octal2311461230415650203656
Binary100110011100110101001101000011011101010001000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996653; }

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

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

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

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

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

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

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

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