#995B34

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

Shades of Indochine #995B34

Tints of Indochine #995B34

Color information

#995B34 (or 0x995B34) is unknown color: approx Indochine. HEX triplet: 99, 5B and 34. RGB value is (153,91,52). Sum of RGB (Red+Green+Blue) = 153+91+52=296 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.69% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 153 - color contains mainly: red. Hex color #995B34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995B34 is #66A4CB. Grayscale: #696969. Windows color (decimal): -6726860 or 3431321. OLE color: 3431321.

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

Color convert

RGB1539152-
CMYK00.410.660.4
HSL23.17º49.27%40.2%-
HSV(B)23.17º66.01%60%-
XYZ17.514.55.13-
YUV105.0998.04162.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.69%
GREEN value IS 91 (35.94% from 255) = 30.74%
BLUE value IS 52 (20.70% from 255) = 17.57%
R=51.69%
G=30.74%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153915200.410.660.423.1749.2740.2
Hex995B340294228173128
Octal2311336405110250276150
Binary1001100110110111101000101001100001010100010111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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