#9F6541

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

Shades of Desert #9F6541

Tints of Desert #9F6541

Color information

#9F6541 (or 0x9F6541) is unknown color: approx Desert. HEX triplet: 9F, 65 and 41. RGB value is (159,101,65). Sum of RGB (Red+Green+Blue) = 159+101+65=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6541 is #609ABE. Grayscale: #727272. Windows color (decimal): -6331071 or 4285855. OLE color: 4285855.

HSL color Cylindrical-coordinate representation of color #9F6541: hue angle of 22.98º 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 #9F6541 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB15910165-
CMYK00.360.590.38
HSL22.98º41.96%43.92%-
HSV(B)22.98º59.12%62.35%-
XYZ19.9117.067.24-
YUV114.24100.22159.93-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.92%
GREEN value IS 101 (39.84% from 255) = 31.08%
BLUE value IS 65 (25.78% from 255) = 20%
R=48.92%
G=31.08%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591016500.360.590.3822.9841.9643.92
Hex9F65410243B26172a2c
Octal2371451010447346275254
Binary1001111111001011000001010010011101110011010111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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