#9F6241

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

Shades of Desert #9F6241

Tints of Desert #9F6241

Color information

#9F6241 (or 0x9F6241) is unknown color: approx Desert. HEX triplet: 9F, 62 and 41. RGB value is (159,98,65). Sum of RGB (Red+Green+Blue) = 159+98+65=322 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.38% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6241 is #609DBE. Grayscale: #707070. Windows color (decimal): -6331839 or 4285087. OLE color: 4285087.

HSL color Cylindrical-coordinate representation of color #9F6241: hue angle of 21.06º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9F6241 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB1599865-
CMYK00.380.590.38
HSL21.06º41.96%43.92%-
HSV(B)21.06º59.12%62.35%-
XYZ19.6216.497.15-
YUV112.48101.21161.18-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.38%
GREEN value IS 98 (38.67% from 255) = 30.43%
BLUE value IS 65 (25.78% from 255) = 20.19%
R=49.38%
G=30.43%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159986500.380.590.3821.0641.9643.92
Hex9F62410263B26152a2c
Octal2371421010467346255254
Binary1001111111000101000001010011011101110011010101101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F6241; }

 p { color: rgb(159,98,65); }

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

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

 a { background-color: rgb(159,98,65); }

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

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

 span { border-color: rgb(159,98,65); }

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