#995B38

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

Shades of Indochine #995B38

Tints of Indochine #995B38

Color information

#995B38 (or 0x995B38) is unknown color: approx Indochine. HEX triplet: 99, 5B and 38. RGB value is (153,91,56). Sum of RGB (Red+Green+Blue) = 153+91+56=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 91 (35.94% from 255 or 30.33% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #995B38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995B38 is #66A4C7. Grayscale: #696969. Windows color (decimal): -6726856 or 3693465. OLE color: 3693465.

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

Color convert

RGB1539156-
CMYK00.410.630.4
HSL21.65º46.41%40.98%-
HSV(B)21.65º63.4%60%-
XYZ17.5914.545.62-
YUV105.55100.04161.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51%
GREEN value IS 91 (35.94% from 255) = 30.33%
BLUE value IS 56 (22.27% from 255) = 18.67%
R=51%
G=30.33%
B=18.67%

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
Decimal153915600.410.630.421.6546.4140.98
Hex995B380293F28162e29
Octal231133700517750265651
Binary100110011011011111000010100111111110100010110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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