#995E39

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

Shades of Indochine #995E39

Tints of Indochine #995E39

Color information

#995E39 (or 0x995E39) is unknown color: approx Indochine. HEX triplet: 99, 5E and 39. RGB value is (153,94,57). Sum of RGB (Red+Green+Blue) = 153+94+57=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 57 (22.66% from 255 or 18.75% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #995E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995E39 is #66A1C6. Grayscale: #6B6B6B. Windows color (decimal): -6726087 or 3759769. OLE color: 3759769.

HSL color Cylindrical-coordinate representation of color #995E39: hue angle of 23.12º 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 #995E39 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.4.

Color convert

RGB1539457-
CMYK00.390.630.4
HSL23.12º45.71%41.18%-
HSV(B)23.12º62.75%60%-
XYZ17.8815.075.84-
YUV107.4299.55160.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.33%
GREEN value IS 94 (37.11% from 255) = 30.92%
BLUE value IS 57 (22.66% from 255) = 18.75%
R=50.33%
G=30.92%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.63
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153945700.390.630.423.1245.7141.18
Hex995E390273F28172e29
Octal231136710477750275651
Binary100110011011110111001010011111111110100010111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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