#986652

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

Shades of Dark Tan #986652

Tints of Dark Tan #986652

Color information

#986652 (or 0x986652) is unknown color: approx Dark Tan. HEX triplet: 98, 66 and 52. RGB value is (152,102,82). Sum of RGB (Red+Green+Blue) = 152+102+82=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #986652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986652 is #6799AD. Grayscale: #727272. Windows color (decimal): -6789550 or 5400216. OLE color: 5400216.

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

Color convert

RGB15210282-
CMYK00.330.460.40
HSL17.14º29.91%45.88%-
HSV(B)17.14º46.05%59.61%-
XYZ19.2216.7910.21-
YUV114.67109.56154.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.24%
GREEN value IS 102 (40.23% from 255) = 30.36%
BLUE value IS 82 (32.42% from 255) = 24.40%
R=45.24%
G=30.36%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521028200.330.460.4017.1429.9145.88
Hex9866520212E28111e2e
Octal2301461220415650213656
Binary100110001100110101001001000011011101010001000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986652; }

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

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

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

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

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

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

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

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