#986552

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

Shades of Dark Tan #986552

Tints of Dark Tan #986552

Color information

#986552 (or 0x986552) is unknown color: approx Dark Tan. HEX triplet: 98, 65 and 52. RGB value is (152,101,82). Sum of RGB (Red+Green+Blue) = 152+101+82=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #986552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986552 is #679AAD. Grayscale: #727272. Windows color (decimal): -6789806 or 5399960. OLE color: 5399960.

HSL color Cylindrical-coordinate representation of color #986552: 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 #986552 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB15210182-
CMYK00.340.460.40
HSL16.29º29.91%45.88%-
HSV(B)16.29º46.05%59.61%-
XYZ19.1316.5910.18-
YUV114.08109.9155.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.37%
GREEN value IS 101 (39.84% from 255) = 30.15%
BLUE value IS 82 (32.42% from 255) = 24.48%
R=45.37%
G=30.15%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521018200.340.460.4016.2929.9145.88
Hex9865520222E28101e2e
Octal2301451220425650203656
Binary100110001100101101001001000101011101010001000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986552; }

 p { color: rgb(152,101,82); }

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

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

 a { background-color: rgb(152,101,82); }

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

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

 span { border-color: rgb(152,101,82); }

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