#9C6235

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

Shades of Indochine #9C6235

Tints of Indochine #9C6235

Color information

#9C6235 (or 0x9C6235) is unknown color: approx Indochine. HEX triplet: 9C, 62 and 35. RGB value is (156,98,53). Sum of RGB (Red+Green+Blue) = 156+98+53=307 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.81% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6235 is #639DCA. Grayscale: #6E6E6E. Windows color (decimal): -6528459 or 3498652. OLE color: 3498652.

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

Color convert

RGB1569853-
CMYK00.370.660.39
HSL26.21º49.28%40.98%-
HSV(B)26.21º66.03%61.18%-
XYZ18.7216.065.48-
YUV110.2195.72160.66-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.81%
GREEN value IS 98 (38.67% from 255) = 31.92%
BLUE value IS 53 (21.09% from 255) = 17.26%
R=50.81%
G=31.92%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.66
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156985300.370.660.3926.2149.2840.98
Hex9C623502542271a3129
Octal2341426504510247326151
Binary1001110011000101101010100101100001010011111010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,98,53); }

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

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

 a { background-color: rgb(156,98,53); }

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

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

 span { border-color: rgb(156,98,53); }

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