#9B6A3F

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

Shades of Desert #9B6A3F

Tints of Desert #9B6A3F

Color information

#9B6A3F (or 0x9B6A3F) is unknown color: approx Desert. HEX triplet: 9B, 6A and 3F. RGB value is (155,106,63). Sum of RGB (Red+Green+Blue) = 155+106+63=324 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.84% from 324); Green value is 106 (41.80% from 255 or 32.72% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6A3F is #6495C0. Grayscale: #737373. Windows color (decimal): -6591937 or 4156059. OLE color: 4156059.

HSL color Cylindrical-coordinate representation of color #9B6A3F: hue angle of 28.04º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B6A3F is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB15510663-
CMYK00.320.590.39
HSL28.04º42.2%42.75%-
HSV(B)28.04º59.35%60.78%-
XYZ19.5717.647.08-
YUV115.7598.23156-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.84%
GREEN value IS 106 (41.80% from 255) = 32.72%
BLUE value IS 63 (25% from 255) = 19.44%
R=47.84%
G=32.72%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551066300.320.590.3928.0442.242.75
Hex9B6A3F0203B271c2a2b
Octal233152770407347345253
Binary100110111101010111111010000011101110011111100101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,106,63); }

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

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

 a { background-color: rgb(155,106,63); }

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

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

 span { border-color: rgb(155,106,63); }

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