#9C6138

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

Shades of Indochine #9C6138

Tints of Indochine #9C6138

Color information

#9C6138 (or 0x9C6138) is unknown color: approx Indochine. HEX triplet: 9C, 61 and 38. RGB value is (156,97,56). Sum of RGB (Red+Green+Blue) = 156+97+56=309 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.49% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6138 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6138 is #639EC7. Grayscale: #6E6E6E. Windows color (decimal): -6528712 or 3695004. OLE color: 3695004.

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

Color convert

RGB1569756-
CMYK00.380.640.39
HSL24.6º47.17%41.57%-
HSV(B)24.6º64.1%61.18%-
XYZ18.715.95.83-
YUV109.9797.55160.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.49%
GREEN value IS 97 (38.28% from 255) = 31.39%
BLUE value IS 56 (22.27% from 255) = 18.12%
R=50.49%
G=31.39%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156975600.380.640.3924.647.1741.57
Hex9C61380264027192f2a
Octal2341417004610047315752
Binary1001110011000011110000100110100000010011111001101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,97,56); }

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

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

 a { background-color: rgb(156,97,56); }

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

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

 span { border-color: rgb(156,97,56); }

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