#996244

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

Shades of Sepia #996244

Tints of Sepia #996244

Color information

#996244 (or 0x996244) is unknown color: approx Sepia. HEX triplet: 99, 62 and 44. RGB value is (153,98,68). Sum of RGB (Red+Green+Blue) = 153+98+68=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #996244 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996244 is #669DBB. Grayscale: #6F6F6F. Windows color (decimal): -6725052 or 4481689. OLE color: 4481689.

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

Color convert

RGB1539868-
CMYK00.360.560.4
HSL21.18º38.46%43.33%-
HSV(B)21.18º55.56%60%-
XYZ18.5515.937.57-
YUV111.02103.72157.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.96%
GREEN value IS 98 (38.67% from 255) = 30.72%
BLUE value IS 68 (26.95% from 255) = 21.32%
R=47.96%
G=30.72%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153986800.360.560.421.1838.4643.33
Hex996244024382815262b
Octal2311421040447050254653
Binary1001100111000101000100010010011100010100010101100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996244; }

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

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

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

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

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

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

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

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