#986952

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

Shades of Dark Tan #986952

Tints of Dark Tan #986952

Color information

#986952 (or 0x986952) is unknown color: approx Dark Tan. HEX triplet: 98, 69 and 52. RGB value is (152,105,82). Sum of RGB (Red+Green+Blue) = 152+105+82=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #986952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986952 is #6796AD. Grayscale: #747474. Windows color (decimal): -6788782 or 5400984. OLE color: 5400984.

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

Color convert

RGB15210582-
CMYK00.310.460.40
HSL19.71º29.91%45.88%-
HSV(B)19.71º46.05%59.61%-
XYZ19.5217.3910.31-
YUV116.43108.57153.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.84%
GREEN value IS 105 (41.41% from 255) = 30.97%
BLUE value IS 82 (32.42% from 255) = 24.19%
R=44.84%
G=30.97%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521058200.310.460.4019.7129.9145.88
Hex98695201F2E28141e2e
Octal2301511220375650243656
Binary10011000110100110100100111111011101010001010011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986952; }

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

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

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

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

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

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

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

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