#986452

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

Shades of Dark Tan #986452

Tints of Dark Tan #986452

Color information

#986452 (or 0x986452) is unknown color: approx Dark Tan. HEX triplet: 98, 64 and 52. RGB value is (152,100,82). Sum of RGB (Red+Green+Blue) = 152+100+82=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #986452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986452 is #679BAD. Grayscale: #717171. Windows color (decimal): -6790062 or 5399704. OLE color: 5399704.

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

Color convert

RGB15210082-
CMYK00.340.460.40
HSL15.43º29.91%45.88%-
HSV(B)15.43º46.05%59.61%-
XYZ19.0316.410.15-
YUV113.5110.23155.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.51%
GREEN value IS 100 (39.45% from 255) = 29.94%
BLUE value IS 82 (32.42% from 255) = 24.55%
R=45.51%
G=29.94%
B=24.55%

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
Decimal1521008200.340.460.4015.4329.9145.88
Hex9864520222E28f1e2e
Octal2301441220425650173656
Binary10011000110010010100100100010101110101000111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986452; }

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

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

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

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

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

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

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

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