#995836

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

Shades of Indochine #995836

Tints of Indochine #995836

Color information

#995836 (or 0x995836) is unknown color: approx Indochine. HEX triplet: 99, 58 and 36. RGB value is (153,88,54). Sum of RGB (Red+Green+Blue) = 153+88+54=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 54 (21.48% from 255 or 18.31% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #995836 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995836 is #66A7C9. Grayscale: #676767. Windows color (decimal): -6727626 or 3561625. OLE color: 3561625.

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

Color convert

RGB1538854-
CMYK00.420.650.4
HSL20.61º47.83%40.59%-
HSV(B)20.61º64.71%60%-
XYZ17.2914.025.28-
YUV103.56100.03163.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.86%
GREEN value IS 88 (34.77% from 255) = 29.83%
BLUE value IS 54 (21.48% from 255) = 18.31%
R=51.86%
G=29.83%
B=18.31%

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
Decimal153885400.420.650.420.6147.8340.59
Hex99583602A4128153029
Octal2311306605210150256051
Binary1001100110110001101100101010100000110100010101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995836; }

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

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

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

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

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

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

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

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