#9B6C3F

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

Shades of Desert #9B6C3F

Tints of Desert #9B6C3F

Color information

#9B6C3F (or 0x9B6C3F) is unknown color: approx Desert. HEX triplet: 9B, 6C and 3F. RGB value is (155,108,63). Sum of RGB (Red+Green+Blue) = 155+108+63=326 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.55% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6C3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6C3F is #6493C0. Grayscale: #757575. Windows color (decimal): -6591425 or 4156571. OLE color: 4156571.

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

Color convert

RGB15510863-
CMYK00.300.590.39
HSL29.35º42.2%42.75%-
HSV(B)29.35º59.35%60.78%-
XYZ19.7818.057.14-
YUV116.9297.57155.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.55%
GREEN value IS 108 (42.58% from 255) = 33.13%
BLUE value IS 63 (25% from 255) = 19.33%
R=47.55%
G=33.13%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551086300.300.590.3929.3542.242.75
Hex9B6C3F01E3B271d2a2b
Octal233154770367347355253
Binary10011011110110011111101111011101110011111101101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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