Shades of Au Chico #976256
Tints of Au Chico #976256
RGB
CMYK
RGB Variations
Color information
#976256 (or 0x976256) is known color: Au Chico. HEX triplet: 97, 62 and 56. RGB value is (151,98,86). Sum of RGB (Red+Green+Blue) = 151+98+86=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 151 - color contains mainly: red. Hex color #976256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976256 is #689DA9. Grayscale: #707070. Windows color (decimal): -6856106 or 5661335. OLE color: 5661335.
HSL color Cylindrical-coordinate representation of color #976256: hue angle of 11.08º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #976256 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 98 | 86 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.41 |
| HSL | 11.08º | 0.27% | 0.46% | - |
| HSV(B) | 11.08º | 0.43% | 0.59% | - |
| XYZ | 18.81 | 15.99 | 10.9 | - |
| YUV | 112.48 | 113.06 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 98 | 86 | 0 | 0.35 | 0.43 | 0.41 | 11.08 | 0.27 | 0.46 |
| Hex | 97 | 62 | 56 | 0 | 23 | 2B | 29 | B | 1B | 2E |
| Octal | 227 | 142 | 126 | 0 | 43 | 53 | 51 | 13 | 33 | 56 |
| Binary | 10010111 | 1100010 | 1010110 | 0 | 100011 | 101011 | 101001 | 1011 | 11011 | 101110 |
Color Harmonies of #976256
Complementary color
Monochromatic Colors of #976256
Black with #976256
Text Example
Text Example
White with #976256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976256; }
p { color: rgb(151,98,86); }
H1.HeaderClassName
{
color: #976256;
}
.AnyTagClassName
{
color: #976256;
}
</style>
background-color css
<style>
a { background-color: #976256; }
a { background-color: rgb(151,98,86); }
div.DivClassName
{
background-color: #976256;
}
.BgClassName
{
background-color: #976256;
}
</style>
border-color css
<style>
span { border-color: #976256; }
span { border-color: rgb(151,98,86); }
td.TdClassName
{
border-color: #976256;
}
.TagClassName
{
border-color: #976256;
}
</style>