#986342

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

Shades of Desert #986342

Tints of Desert #986342

Color information

#986342 (or 0x986342) is unknown color: approx Desert. HEX triplet: 98, 63 and 42. RGB value is (152,99,66). Sum of RGB (Red+Green+Blue) = 152+99+66=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #986342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986342 is #679CBD. Grayscale: #6F6F6F. Windows color (decimal): -6790334 or 4350872. OLE color: 4350872.

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

Color convert

RGB1529966-
CMYK00.350.570.40
HSL23.02º39.45%42.75%-
HSV(B)23.02º56.58%59.61%-
XYZ18.3915.997.27-
YUV111.08102.56157.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.95%
GREEN value IS 99 (39.06% from 255) = 31.23%
BLUE value IS 66 (26.17% from 255) = 20.82%
R=47.95%
G=31.23%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152996600.350.570.4023.0239.4542.75
Hex986342023392817272b
Octal2301431020437150274753
Binary1001100011000111000010010001111100110100010111100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986342; }

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

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

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

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

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

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

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

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