#996850

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

Shades of Dark Tan #996850

Tints of Dark Tan #996850

Color information

#996850 (or 0x996850) is unknown color: approx Dark Tan. HEX triplet: 99, 68 and 50. RGB value is (153,104,80). Sum of RGB (Red+Green+Blue) = 153+104+80=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #996850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996850 is #6697AF. Grayscale: #747474. Windows color (decimal): -6723504 or 5269657. OLE color: 5269657.

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

Color convert

RGB15310480-
CMYK00.320.480.4
HSL19.73º31.33%45.69%-
HSV(B)19.73º47.71%60%-
XYZ19.5417.259.89-
YUV115.92107.73154.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.40%
GREEN value IS 104 (41.02% from 255) = 30.86%
BLUE value IS 80 (31.64% from 255) = 23.74%
R=45.40%
G=30.86%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531048000.320.480.419.7331.3345.69
Hex9968500203028141f2e
Octal2311501200406050243756
Binary100110011101000101000001000001100001010001010011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996850; }

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

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

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

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

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

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

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

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