#9C5B37

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

Shades of Indochine #9C5B37

Tints of Indochine #9C5B37

Color information

#9C5B37 (or 0x9C5B37) is unknown color: approx Indochine. HEX triplet: 9C, 5B and 37. RGB value is (156,91,55). Sum of RGB (Red+Green+Blue) = 156+91+55=302 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.66% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 55 (21.88% from 255 or 18.21% from 302); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5B37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5B37 is #63A4C8. Grayscale: #6A6A6A. Windows color (decimal): -6530249 or 3627932. OLE color: 3627932.

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

Color convert

RGB1569155-
CMYK00.420.650.39
HSL21.39º47.87%41.37%-
HSV(B)21.39º64.74%61.18%-
XYZ18.1414.835.52-
YUV106.3399.03163.43-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 51.66%
GREEN value IS 91 (35.94% from 255) = 30.13%
BLUE value IS 55 (21.88% from 255) = 18.21%
R=51.66%
G=30.13%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156915500.420.650.3921.3947.8741.37
Hex9C5B3702A4127153029
Octal2341336705210147256051
Binary1001110010110111101110101010100000110011110101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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