#976155

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

Shades of Au Chico #976155

Tints of Au Chico #976155

Color information

#976155 (or 0x976155) is unknown color: approx Au Chico. HEX triplet: 97, 61 and 55. RGB value is (151,97,85). Sum of RGB (Red+Green+Blue) = 151+97+85=333 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.35% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 151 - color contains mainly: red. Hex color #976155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976155 is #689EAA. Grayscale: #6F6F6F. Windows color (decimal): -6856363 or 5595543. OLE color: 5595543.

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

Color convert

RGB1519785-
CMYK00.360.440.41
HSL10.91º27.97%46.27%-
HSV(B)10.91º43.71%59.22%-
XYZ18.6815.7810.66-
YUV111.78112.89155.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.35%
GREEN value IS 97 (38.28% from 255) = 29.13%
BLUE value IS 85 (33.59% from 255) = 25.53%
R=45.35%
G=29.13%
B=25.53%

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
Decimal151978500.360.440.4110.9127.9746.27
Hex9761550242C29b1c2e
Octal2271411250445451133456
Binary10010111110000110101010100100101100101001101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976155; }

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

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

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

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

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

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

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

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