#995934

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

Shades of Indochine #995934

Tints of Indochine #995934

Color information

#995934 (or 0x995934) is unknown color: approx Indochine. HEX triplet: 99, 59 and 34. RGB value is (153,89,52). Sum of RGB (Red+Green+Blue) = 153+89+52=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #995934 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995934 is #66A6CB. Grayscale: #686868. Windows color (decimal): -6727372 or 3430809. OLE color: 3430809.

HSL color Cylindrical-coordinate representation of color #995934: hue angle of 21.98º 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 #995934 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.4.

Color convert

RGB1538952-
CMYK00.420.660.4
HSL21.98º49.27%40.2%-
HSV(B)21.98º66.01%60%-
XYZ17.3314.165.07-
YUV103.9298.7163.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.04%
GREEN value IS 89 (35.16% from 255) = 30.27%
BLUE value IS 52 (20.70% from 255) = 17.69%
R=52.04%
G=30.27%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153895200.420.660.421.9849.2740.2
Hex99593402A4228163128
Octal2311316405210250266150
Binary1001100110110011101000101010100001010100010110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995934; }

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

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

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

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

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

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

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

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