#995B39

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

Shades of Indochine #995B39

Tints of Indochine #995B39

Color information

#995B39 (or 0x995B39) is unknown color: approx Indochine. HEX triplet: 99, 5B and 39. RGB value is (153,91,57). Sum of RGB (Red+Green+Blue) = 153+91+57=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 57 (22.66% from 255 or 18.94% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #995B39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995B39 is #66A4C6. Grayscale: #696969. Windows color (decimal): -6726855 or 3759001. OLE color: 3759001.

HSL color Cylindrical-coordinate representation of color #995B39: hue angle of 21.25º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #995B39 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.4.

Color convert

RGB1539157-
CMYK00.410.630.4
HSL21.25º45.71%41.18%-
HSV(B)21.25º62.75%60%-
XYZ17.6214.555.75-
YUV105.66100.54161.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.83%
GREEN value IS 91 (35.94% from 255) = 30.23%
BLUE value IS 57 (22.66% from 255) = 18.94%
R=50.83%
G=30.23%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153915700.410.630.421.2545.7141.18
Hex995B390293F28152e29
Octal231133710517750255651
Binary100110011011011111001010100111111110100010101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995B39; }

 p { color: rgb(153,91,57); }

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

<style>
 a { background-color: #995B39; }

 a { background-color: rgb(153,91,57); }

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

<style>
 span { border-color: #995B39; }

 span { border-color: rgb(153,91,57); }

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