#976154

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

Shades of Au Chico #976154

Tints of Au Chico #976154

Color information

#976154 (or 0x976154) is unknown color: approx Au Chico. HEX triplet: 97, 61 and 54. RGB value is (151,97,84). Sum of RGB (Red+Green+Blue) = 151+97+84=332 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.48% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 151 - color contains mainly: red. Hex color #976154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976154 is #689EAB. Grayscale: #6F6F6F. Windows color (decimal): -6856364 or 5530007. OLE color: 5530007.

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

Color convert

RGB1519784-
CMYK00.360.440.41
HSL11.64º28.51%46.08%-
HSV(B)11.64º44.37%59.22%-
XYZ18.6415.7710.45-
YUV111.66112.39156.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.48%
GREEN value IS 97 (38.28% from 255) = 29.22%
BLUE value IS 84 (33.20% from 255) = 25.30%
R=45.48%
G=29.22%
B=25.30%

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
Decimal151978400.360.440.4111.6428.5146.08
Hex9761540242C29c1d2e
Octal2271411240445451143556
Binary10010111110000110101000100100101100101001110011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976154; }

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

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

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

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

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

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

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

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