#996234

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

Shades of Indochine #996234

Tints of Indochine #996234

Color information

#996234 (or 0x996234) is unknown color: approx Indochine. HEX triplet: 99, 62 and 34. RGB value is (153,98,52). Sum of RGB (Red+Green+Blue) = 153+98+52=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #996234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996234 is #669DCB. Grayscale: #6D6D6D. Windows color (decimal): -6725068 or 3433113. OLE color: 3433113.

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

Color convert

RGB1539852-
CMYK00.360.660.4
HSL27.33º49.27%40.2%-
HSV(B)27.33º66.01%60%-
XYZ18.1215.765.33-
YUV109.295.72159.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.50%
GREEN value IS 98 (38.67% from 255) = 32.34%
BLUE value IS 52 (20.70% from 255) = 17.16%
R=50.50%
G=32.34%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153985200.360.660.427.3349.2740.2
Hex99623402442281b3128
Octal2311426404410250336150
Binary1001100111000101101000100100100001010100011011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996234; }

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

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

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

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

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

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

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

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