#976054

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

Shades of Au Chico #976054

Tints of Au Chico #976054

Color information

#976054 (or 0x976054) is unknown color: approx Au Chico. HEX triplet: 97, 60 and 54. RGB value is (151,96,84). Sum of RGB (Red+Green+Blue) = 151+96+84=331 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.62% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 84 (33.20% from 255 or 25.38% from 331); Max value from RGB is 151 - color contains mainly: red. Hex color #976054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976054 is #689FAB. Grayscale: #6F6F6F. Windows color (decimal): -6856620 or 5529751. OLE color: 5529751.

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

Color convert

RGB1519684-
CMYK00.360.440.41
HSL10.75º28.51%46.08%-
HSV(B)10.75º44.37%59.22%-
XYZ18.5515.5910.42-
YUV111.08112.72156.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.62%
GREEN value IS 96 (37.89% from 255) = 29.00%
BLUE value IS 84 (33.20% from 255) = 25.38%
R=45.62%
G=29.00%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151968400.360.440.4110.7528.5146.08
Hex9760540242C29b1d2e
Octal2271401240445451133556
Binary10010111110000010101000100100101100101001101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976054; }

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

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

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

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

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

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

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

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