#996046

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

Shades of Sepia #996046

Tints of Sepia #996046

Color information

#996046 (or 0x996046) is unknown color: approx Sepia. HEX triplet: 99, 60 and 46. RGB value is (153,96,70). Sum of RGB (Red+Green+Blue) = 153+96+70=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #996046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996046 is #669FB9. Grayscale: #6E6E6E. Windows color (decimal): -6725562 or 4612249. OLE color: 4612249.

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

Color convert

RGB1539670-
CMYK00.370.540.4
HSL18.8º37.22%43.73%-
HSV(B)18.8º54.25%60%-
XYZ18.4315.587.83-
YUV110.08105.38158.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.96%
GREEN value IS 96 (37.89% from 255) = 30.09%
BLUE value IS 70 (27.73% from 255) = 21.94%
R=47.96%
G=30.09%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153967000.370.540.418.837.2243.73
Hex996046025362813252c
Octal2311401060456650234554
Binary1001100111000001000110010010111011010100010011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996046; }

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

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

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

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

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

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

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

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