#976042

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

Shades of Sepia #976042

Tints of Sepia #976042

Color information

#976042 (or 0x976042) is unknown color: approx Sepia. HEX triplet: 97, 60 and 42. RGB value is (151,96,66). Sum of RGB (Red+Green+Blue) = 151+96+66=313 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.24% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 151 - color contains mainly: red. Hex color #976042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976042 is #689FBD. Grayscale: #6D6D6D. Windows color (decimal): -6856638 or 4350103. OLE color: 4350103.

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

Color convert

RGB1519666-
CMYK00.360.560.41
HSL21.18º39.17%42.55%-
HSV(B)21.18º56.29%59.22%-
XYZ17.9315.347.17-
YUV109.02103.72157.94-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.24%
GREEN value IS 96 (37.89% from 255) = 30.67%
BLUE value IS 66 (26.17% from 255) = 21.09%
R=48.24%
G=30.67%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151966600.360.560.4121.1839.1742.55
Hex976042024382915272b
Octal2271401020447051254753
Binary1001011111000001000010010010011100010100110101100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976042; }

 p { color: rgb(151,96,66); }

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

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

 a { background-color: rgb(151,96,66); }

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

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

 span { border-color: rgb(151,96,66); }

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