#986B52

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

Shades of Dark Tan #986B52

Tints of Dark Tan #986B52

Color information

#986B52 (or 0x986B52) is unknown color: approx Dark Tan. HEX triplet: 98, 6B and 52. RGB value is (152,107,82). Sum of RGB (Red+Green+Blue) = 152+107+82=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #986B52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986B52 is #6794AD. Grayscale: #757575. Windows color (decimal): -6788270 or 5401496. OLE color: 5401496.

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

Color convert

RGB15210782-
CMYK00.300.460.40
HSL21.43º29.91%45.88%-
HSV(B)21.43º46.05%59.61%-
XYZ19.7317.810.38-
YUV117.6107.91152.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.57%
GREEN value IS 107 (42.19% from 255) = 31.38%
BLUE value IS 82 (32.42% from 255) = 24.05%
R=44.57%
G=31.38%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521078200.300.460.4021.4329.9145.88
Hex986B5201E2E28151e2e
Octal2301531220365650253656
Binary10011000110101110100100111101011101010001010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986B52; }

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

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

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

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

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

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

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

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