#9b6131

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

Shades of Indochine #9B6131

Tints of Indochine #9B6131

Color information

#9B6131 (or 0x9B6131) is unknown color: approx Indochine. HEX triplet: 9B, 61 and 31. RGB value is (155,97,49). Sum of RGB (Red+Green+Blue) = 155+97+49=301 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.50% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6131 is #649ECE. Grayscale: #6D6D6D. Windows color (decimal): -6594255 or 3236251. OLE color: 3236251.

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

Color convert

RGB1559749-
CMYK00.370.680.39
HSL27.17º51.96%40%-
HSV(B)27.17º68.39%60.78%-
XYZ18.3515.744.98-
YUV108.8794.22160.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.50%
GREEN value IS 97 (38.28% from 255) = 32.23%
BLUE value IS 49 (19.53% from 255) = 16.28%
R=51.50%
G=32.23%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155974900.370.680.3927.1751.9640
Hex9B613102544271b3428
Octal2331416104510447336450
Binary1001101111000011100010100101100010010011111011110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b6131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,97,49); }

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

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

 a { background-color: rgb(155,97,49); }

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

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

 span { border-color: rgb(155,97,49); }

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