#996337

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

Shades of Indochine #996337

Tints of Indochine #996337

Color information

#996337 (or 0x996337) is unknown color: approx Indochine. HEX triplet: 99, 63 and 37. RGB value is (153,99,55). Sum of RGB (Red+Green+Blue) = 153+99+55=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 55 (21.88% from 255 or 17.92% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #996337 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996337 is #669CC8. Grayscale: #6E6E6E. Windows color (decimal): -6724809 or 3629977. OLE color: 3629977.

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

Color convert

RGB1539955-
CMYK00.350.640.4
HSL26.94º47.12%40.78%-
HSV(B)26.94º64.05%60%-
XYZ18.2915.975.73-
YUV110.1396.89158.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.84%
GREEN value IS 99 (39.06% from 255) = 32.25%
BLUE value IS 55 (21.88% from 255) = 17.92%
R=49.84%
G=32.25%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153995500.350.640.426.9447.1240.78
Hex99633702340281b2f29
Octal2311436704310050335751
Binary1001100111000111101110100011100000010100011011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996337; }

 p { color: rgb(153,99,55); }

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

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

 a { background-color: rgb(153,99,55); }

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

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

 span { border-color: rgb(153,99,55); }

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