#995B37

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

Shades of Indochine #995B37

Tints of Indochine #995B37

Color information

#995B37 (or 0x995B37) is unknown color: approx Indochine. HEX triplet: 99, 5B and 37. RGB value is (153,91,55). Sum of RGB (Red+Green+Blue) = 153+91+55=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #995B37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995B37 is #66A4C8. Grayscale: #696969. Windows color (decimal): -6726857 or 3627929. OLE color: 3627929.

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

Color convert

RGB1539155-
CMYK00.410.640.4
HSL22.04º47.12%40.78%-
HSV(B)22.04º64.05%60%-
XYZ17.5714.535.49-
YUV105.4399.54161.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.17%
GREEN value IS 91 (35.94% from 255) = 30.43%
BLUE value IS 55 (21.88% from 255) = 18.39%
R=51.17%
G=30.43%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.64
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153915500.410.640.422.0447.1240.78
Hex995B370294028162f29
Octal2311336705110050265751
Binary1001100110110111101110101001100000010100010110101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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