#995936

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

Shades of Indochine #995936

Tints of Indochine #995936

Color information

#995936 (or 0x995936) is unknown color: approx Indochine. HEX triplet: 99, 59 and 36. RGB value is (153,89,54). Sum of RGB (Red+Green+Blue) = 153+89+54=296 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.69% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 153 - color contains mainly: red. Hex color #995936 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995936 is #66A6C9. Grayscale: #686868. Windows color (decimal): -6727370 or 3561881. OLE color: 3561881.

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

Color convert

RGB1538954-
CMYK00.420.650.4
HSL21.21º47.83%40.59%-
HSV(B)21.21º64.71%60%-
XYZ17.3814.185.31-
YUV104.1599.7162.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.69%
GREEN value IS 89 (35.16% from 255) = 30.07%
BLUE value IS 54 (21.48% from 255) = 18.24%
R=51.69%
G=30.07%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153895400.420.650.421.2147.8340.59
Hex99593602A4128153029
Octal2311316605210150256051
Binary1001100110110011101100101010100000110100010101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995936; }

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

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

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

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

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

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

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

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