#996650

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

Shades of Dark Tan #996650

Tints of Dark Tan #996650

Color information

#996650 (or 0x996650) is unknown color: approx Dark Tan. HEX triplet: 99, 66 and 50. RGB value is (153,102,80). Sum of RGB (Red+Green+Blue) = 153+102+80=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #996650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996650 is #6699AF. Grayscale: #727272. Windows color (decimal): -6724016 or 5269145. OLE color: 5269145.

HSL color Cylindrical-coordinate representation of color #996650: hue angle of 18.08º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #996650 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB15310280-
CMYK00.330.480.4
HSL18.08º31.33%45.69%-
HSV(B)18.08º47.71%60%-
XYZ19.3416.859.82-
YUV114.74108.4155.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.67%
GREEN value IS 102 (40.23% from 255) = 30.45%
BLUE value IS 80 (31.64% from 255) = 23.88%
R=45.67%
G=30.45%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531028000.330.480.418.0831.3345.69
Hex9966500213028121f2e
Octal2311461200416050223756
Binary100110011100110101000001000011100001010001001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996650; }

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

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

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

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

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

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

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

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