#986340

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

Shades of Desert #986340

Tints of Desert #986340

Color information

#986340 (or 0x986340) is unknown color: approx Desert. HEX triplet: 98, 63 and 40. RGB value is (152,99,64). Sum of RGB (Red+Green+Blue) = 152+99+64=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #986340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986340 is #679CBF. Grayscale: #6F6F6F. Windows color (decimal): -6790336 or 4219800. OLE color: 4219800.

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

Color convert

RGB1529964-
CMYK00.350.580.40
HSL23.86º40.74%42.35%-
HSV(B)23.86º57.89%59.61%-
XYZ18.3415.976.97-
YUV110.86101.56157.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.25%
GREEN value IS 99 (39.06% from 255) = 31.43%
BLUE value IS 64 (25.39% from 255) = 20.32%
R=48.25%
G=31.43%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152996400.350.580.4023.8640.7442.35
Hex9863400233A2818292a
Octal2301431000437250305152
Binary1001100011000111000000010001111101010100011000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986340; }

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

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

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

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

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

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

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

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