#986641

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

Shades of Desert #986641

Tints of Desert #986641

Color information

#986641 (or 0x986641) is unknown color: approx Desert. HEX triplet: 98, 66 and 41. RGB value is (152,102,65). Sum of RGB (Red+Green+Blue) = 152+102+65=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #986641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986641 is #6799BE. Grayscale: #707070. Windows color (decimal): -6789567 or 4286104. OLE color: 4286104.

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

Color convert

RGB15210265-
CMYK00.330.570.40
HSL25.52º40.09%42.55%-
HSV(B)25.52º57.24%59.61%-
XYZ18.6516.567.21-
YUV112.73101.06156.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.65%
GREEN value IS 102 (40.23% from 255) = 31.97%
BLUE value IS 65 (25.78% from 255) = 20.38%
R=47.65%
G=31.97%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521026500.330.570.4025.5240.0942.55
Hex98664102139281a282b
Octal2301461010417150325053
Binary1001100011001101000001010000111100110100011010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986641; }

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

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

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

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

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

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

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

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