#976141

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

Shades of Sepia #976141

Tints of Sepia #976141

Color information

#976141 (or 0x976141) is unknown color: approx Sepia. HEX triplet: 97, 61 and 41. RGB value is (151,97,65). Sum of RGB (Red+Green+Blue) = 151+97+65=313 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.24% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 151 - color contains mainly: red. Hex color #976141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976141 is #689EBE. Grayscale: #6D6D6D. Windows color (decimal): -6856383 or 4284823. OLE color: 4284823.

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

Color convert

RGB1519765-
CMYK00.360.570.41
HSL22.33º39.81%42.35%-
HSV(B)22.33º56.95%59.22%-
XYZ17.9915.517.05-
YUV109.5102.89157.6-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.24%
GREEN value IS 97 (38.28% from 255) = 30.99%
BLUE value IS 65 (25.78% from 255) = 20.77%
R=48.24%
G=30.99%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151976500.360.570.4122.3339.8142.35
Hex976141024392916282a
Octal2271411010447151265052
Binary1001011111000011000001010010011100110100110110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976141; }

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

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

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

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

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

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

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

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