#976151

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

Shades of Au Chico #976151

Tints of Au Chico #976151

Color information

#976151 (or 0x976151) is unknown color: approx Au Chico. HEX triplet: 97, 61 and 51. RGB value is (151,97,81). Sum of RGB (Red+Green+Blue) = 151+97+81=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 81 (32.03% from 255 or 24.62% from 329); Max value from RGB is 151 - color contains mainly: red. Hex color #976151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976151 is #689EAE. Grayscale: #6F6F6F. Windows color (decimal): -6856367 or 5333399. OLE color: 5333399.

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

Color convert

RGB1519781-
CMYK00.360.460.41
HSL13.71º30.17%45.49%-
HSV(B)13.71º46.36%59.22%-
XYZ18.5215.729.84-
YUV111.32110.89156.3-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.90%
GREEN value IS 97 (38.28% from 255) = 29.48%
BLUE value IS 81 (32.03% from 255) = 24.62%
R=45.90%
G=29.48%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151978100.360.460.4113.7130.1745.49
Hex9761510242E29e1e2d
Octal2271411210445651163655
Binary10010111110000110100010100100101110101001111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976151; }

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

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

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

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

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

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

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

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