#986441

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

Shades of Desert #986441

Tints of Desert #986441

Color information

#986441 (or 0x986441) is unknown color: approx Desert. HEX triplet: 98, 64 and 41. RGB value is (152,100,65). Sum of RGB (Red+Green+Blue) = 152+100+65=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #986441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986441 is #679BBE. Grayscale: #6F6F6F. Windows color (decimal): -6790079 or 4285592. OLE color: 4285592.

HSL color Cylindrical-coordinate representation of color #986441: hue angle of 24.14º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #986441 is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB15210065-
CMYK00.340.570.40
HSL24.14º40.09%42.55%-
HSV(B)24.14º57.24%59.61%-
XYZ18.4616.177.15-
YUV111.56101.73156.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.95%
GREEN value IS 100 (39.45% from 255) = 31.55%
BLUE value IS 65 (25.78% from 255) = 20.50%
R=47.95%
G=31.55%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521006500.340.570.4024.1440.0942.55
Hex986441022392818282b
Octal2301441010427150305053
Binary1001100011001001000001010001011100110100011000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986441; }

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

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

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

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

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

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

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

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