#976044

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

Shades of Sepia #976044

Tints of Sepia #976044

Color information

#976044 (or 0x976044) is unknown color: approx Sepia. HEX triplet: 97, 60 and 44. RGB value is (151,96,68). Sum of RGB (Red+Green+Blue) = 151+96+68=315 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.94% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 151 - color contains mainly: red. Hex color #976044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976044 is #689FBB. Grayscale: #6D6D6D. Windows color (decimal): -6856636 or 4481175. OLE color: 4481175.

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

Color convert

RGB1519668-
CMYK00.360.550.41
HSL20.24º37.9%42.94%-
HSV(B)20.24º54.97%59.22%-
XYZ17.9915.367.49-
YUV109.25104.72157.78-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.94%
GREEN value IS 96 (37.89% from 255) = 30.48%
BLUE value IS 68 (26.95% from 255) = 21.59%
R=47.94%
G=30.48%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151966800.360.550.4120.2437.942.94
Hex976044024372914262b
Octal2271401040446751244653
Binary1001011111000001000100010010011011110100110100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976044; }

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

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

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

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

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

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

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

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