#996134

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

Shades of Indochine #996134

Tints of Indochine #996134

Color information

#996134 (or 0x996134) is unknown color: approx Indochine. HEX triplet: 99, 61 and 34. RGB value is (153,97,52). Sum of RGB (Red+Green+Blue) = 153+97+52=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #996134 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996134 is #669ECB. Grayscale: #6C6C6C. Windows color (decimal): -6725324 or 3432857. OLE color: 3432857.

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

Color convert

RGB1539752-
CMYK00.370.660.4
HSL26.73º49.27%40.2%-
HSV(B)26.73º66.01%60%-
XYZ18.0315.575.3-
YUV108.6196.05159.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.66%
GREEN value IS 97 (38.28% from 255) = 32.12%
BLUE value IS 52 (20.70% from 255) = 17.22%
R=50.66%
G=32.12%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153975200.370.660.426.7349.2740.2
Hex99613402542281b3128
Octal2311416404510250336150
Binary1001100111000011101000100101100001010100011011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996134; }

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

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

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

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

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

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

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

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