#976454

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

Shades of Au Chico #976454

Tints of Au Chico #976454

Color information

#976454 (or 0x976454) is unknown color: approx Au Chico. HEX triplet: 97, 64 and 54. RGB value is (151,100,84). Sum of RGB (Red+Green+Blue) = 151+100+84=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 151 - color contains mainly: red. Hex color #976454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976454 is #689BAB. Grayscale: #717171. Windows color (decimal): -6855596 or 5530775. OLE color: 5530775.

HSL color Cylindrical-coordinate representation of color #976454: hue angle of 14.33º 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 #976454 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB15110084-
CMYK00.340.440.41
HSL14.33º28.51%46.08%-
HSV(B)14.33º44.37%59.22%-
XYZ18.9216.3310.54-
YUV113.42111.4154.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.07%
GREEN value IS 100 (39.45% from 255) = 29.85%
BLUE value IS 84 (33.20% from 255) = 25.07%
R=45.07%
G=29.85%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511008400.340.440.4114.3328.5146.08
Hex9764540222C29e1d2e
Octal2271441240425451163556
Binary10010111110010010101000100010101100101001111011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976454; }

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

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

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

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

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

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

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

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