#996750

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

Shades of Dark Tan #996750

Tints of Dark Tan #996750

Color information

#996750 (or 0x996750) is unknown color: approx Dark Tan. HEX triplet: 99, 67 and 50. RGB value is (153,103,80). Sum of RGB (Red+Green+Blue) = 153+103+80=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #996750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996750 is #6698AF. Grayscale: #737373. Windows color (decimal): -6723760 or 5269401. OLE color: 5269401.

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

Color convert

RGB15310380-
CMYK00.330.480.4
HSL18.9º31.33%45.69%-
HSV(B)18.9º47.71%60%-
XYZ19.4417.059.86-
YUV115.33108.06154.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.54%
GREEN value IS 103 (40.62% from 255) = 30.65%
BLUE value IS 80 (31.64% from 255) = 23.81%
R=45.54%
G=30.65%
B=23.81%

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
Decimal1531038000.330.480.418.931.3345.69
Hex9967500213028131f2e
Octal2311471200416050233756
Binary100110011100111101000001000011100001010001001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996750; }

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

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

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

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

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

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

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

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