#976050

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

Shades of Au Chico #976050

Tints of Au Chico #976050

Color information

#976050 (or 0x976050) is unknown color: approx Au Chico. HEX triplet: 97, 60 and 50. RGB value is (151,96,80). Sum of RGB (Red+Green+Blue) = 151+96+80=327 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.18% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 151 - color contains mainly: red. Hex color #976050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976050 is #689FAF. Grayscale: #6E6E6E. Windows color (decimal): -6856624 or 5267607. OLE color: 5267607.

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

Color convert

RGB1519680-
CMYK00.360.470.41
HSL13.52º30.74%45.29%-
HSV(B)13.52º47.02%59.22%-
XYZ18.3915.529.62-
YUV110.62110.72156.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.18%
GREEN value IS 96 (37.89% from 255) = 29.36%
BLUE value IS 80 (31.64% from 255) = 24.46%
R=46.18%
G=29.36%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151968000.360.470.4113.5230.7445.29
Hex9760500242F29e1f2d
Octal2271401200445751163755
Binary10010111110000010100000100100101111101001111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976050; }

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

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

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

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

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

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

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

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