#996246

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

Shades of Sepia #996246

Tints of Sepia #996246

Color information

#996246 (or 0x996246) is unknown color: approx Sepia. HEX triplet: 99, 62 and 46. RGB value is (153,98,70). Sum of RGB (Red+Green+Blue) = 153+98+70=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #996246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996246 is #669DB9. Grayscale: #6F6F6F. Windows color (decimal): -6725050 or 4612761. OLE color: 4612761.

HSL color Cylindrical-coordinate representation of color #996246: hue angle of 20.24º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #996246 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB1539870-
CMYK00.360.540.4
HSL20.24º37.22%43.73%-
HSV(B)20.24º54.25%60%-
XYZ18.6115.957.89-
YUV111.25104.72157.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.66%
GREEN value IS 98 (38.67% from 255) = 30.53%
BLUE value IS 70 (27.73% from 255) = 21.81%
R=47.66%
G=30.53%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153987000.360.540.420.2437.2243.73
Hex996246024362814252c
Octal2311421060446650244554
Binary1001100111000101000110010010011011010100010100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996246; }

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

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

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

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

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

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

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

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