#986740

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

Shades of Desert #986740

Tints of Desert #986740

Color information

#986740 (or 0x986740) is unknown color: approx Desert. HEX triplet: 98, 67 and 40. RGB value is (152,103,64). Sum of RGB (Red+Green+Blue) = 152+103+64=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #986740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986740 is #6798BF. Grayscale: #717171. Windows color (decimal): -6789312 or 4220824. OLE color: 4220824.

HSL color Cylindrical-coordinate representation of color #986740: hue angle of 26.59º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #986740 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB15210364-
CMYK00.320.580.40
HSL26.59º40.74%42.35%-
HSV(B)26.59º57.89%59.61%-
XYZ18.7216.757.1-
YUV113.2100.23155.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.65%
GREEN value IS 103 (40.62% from 255) = 32.29%
BLUE value IS 64 (25.39% from 255) = 20.06%
R=47.65%
G=32.29%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521036400.320.580.4026.5940.7442.35
Hex9867400203A281b292a
Octal2301471000407250335152
Binary1001100011001111000000010000011101010100011011101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986740; }

 p { color: rgb(152,103,64); }

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

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

 a { background-color: rgb(152,103,64); }

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

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

 span { border-color: rgb(152,103,64); }

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