#986140

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

Shades of Desert #986140

Tints of Desert #986140

Color information

#986140 (or 0x986140) is unknown color: approx Desert. HEX triplet: 98, 61 and 40. RGB value is (152,97,64). Sum of RGB (Red+Green+Blue) = 152+97+64=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #986140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986140 is #679EBF. Grayscale: #6D6D6D. Windows color (decimal): -6790848 or 4219288. OLE color: 4219288.

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

Color convert

RGB1529764-
CMYK00.360.580.40
HSL22.5º40.74%42.35%-
HSV(B)22.5º57.89%59.61%-
XYZ18.1515.596.9-
YUV109.68102.22158.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.56%
GREEN value IS 97 (38.28% from 255) = 30.99%
BLUE value IS 64 (25.39% from 255) = 20.45%
R=48.56%
G=30.99%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152976400.360.580.4022.540.7442.35
Hex9861400243A2816292a
Octal2301411000447250265152
Binary1001100011000011000000010010011101010100010110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986140; }

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

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

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

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

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

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

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

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