#976146

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

Shades of Sepia #976146

Tints of Sepia #976146

Color information

#976146 (or 0x976146) is unknown color: approx Sepia. HEX triplet: 97, 61 and 46. RGB value is (151,97,70). Sum of RGB (Red+Green+Blue) = 151+97+70=318 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.48% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 151 - color contains mainly: red. Hex color #976146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976146 is #689EB9. Grayscale: #6E6E6E. Windows color (decimal): -6856378 or 4612503. OLE color: 4612503.

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

Color convert

RGB1519770-
CMYK00.360.540.41
HSL20º36.65%43.33%-
HSV(B)20º53.64%59.22%-
XYZ18.1415.577.84-
YUV110.07105.39157.2-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.48%
GREEN value IS 97 (38.28% from 255) = 30.50%
BLUE value IS 70 (27.73% from 255) = 22.01%
R=47.48%
G=30.50%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151977000.360.540.412036.6543.33
Hex976146024362914252b
Octal2271411060446651244553
Binary1001011111000011000110010010011011010100110100100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976146; }

 p { color: rgb(151,97,70); }

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

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

 a { background-color: rgb(151,97,70); }

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

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

 span { border-color: rgb(151,97,70); }

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