#9A6241

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

Shades of Desert #9A6241

Tints of Desert #9A6241

Color information

#9A6241 (or 0x9A6241) is unknown color: approx Desert. HEX triplet: 9A, 62 and 41. RGB value is (154,98,65). Sum of RGB (Red+Green+Blue) = 154+98+65=317 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.58% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6241 is #659DBE. Grayscale: #6F6F6F. Windows color (decimal): -6659519 or 4285082. OLE color: 4285082.

HSL color Cylindrical-coordinate representation of color #9A6241: hue angle of 22.25º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9A6241 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB1549865-
CMYK00.360.580.40
HSL22.25º40.64%42.94%-
HSV(B)22.25º57.79%60.39%-
XYZ18.6515.997.1-
YUV110.98102.05158.68-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 48.58%
GREEN value IS 98 (38.67% from 255) = 30.91%
BLUE value IS 65 (25.78% from 255) = 20.50%
R=48.58%
G=30.91%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154986500.360.580.4022.2540.6442.94
Hex9A62410243A2816292b
Octal2321421010447250265153
Binary1001101011000101000001010010011101010100010110101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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