#9C5B34

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

Shades of Indochine #9C5B34

Tints of Indochine #9C5B34

Color information

#9C5B34 (or 0x9C5B34) is unknown color: approx Indochine. HEX triplet: 9C, 5B and 34. RGB value is (156,91,52). Sum of RGB (Red+Green+Blue) = 156+91+52=299 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.17% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5B34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5B34 is #63A4CB. Grayscale: #6A6A6A. Windows color (decimal): -6530252 or 3431324. OLE color: 3431324.

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

Color convert

RGB1569152-
CMYK00.420.670.39
HSL22.5º50%40.78%-
HSV(B)22.5º66.67%61.18%-
XYZ18.0714.85.15-
YUV105.9997.53163.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.17%
GREEN value IS 91 (35.94% from 255) = 30.43%
BLUE value IS 52 (20.70% from 255) = 17.39%
R=52.17%
G=30.43%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156915200.420.670.3922.55040.78
Hex9C5B3402A4327163229
Octal2341336405210347266251
Binary1001110010110111101000101010100001110011110110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,91,52); }

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

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

 a { background-color: rgb(156,91,52); }

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

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

 span { border-color: rgb(156,91,52); }

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