Shades of Muesli #A6764A
Tints of Muesli #A6764A
RGB
CMYK
RGB Variations
Color information
#A6764A (or 0xA6764A) is known color: Muesli. HEX triplet: A6, 76 and 4A. RGB value is (166,118,74). Sum of RGB (Red+Green+Blue) = 166+118+74=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A6764A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6764A is #5989B5. Grayscale: #7F7F7F. Windows color (decimal): -5867958 or 4880038. OLE color: 4880038.
HSL color Cylindrical-coordinate representation of color #A6764A: hue angle of 28.7º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6764A is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 118 | 74 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.35 |
| HSL | 28.7º | 0.38% | 0.47% | - |
| HSV(B) | 28.7º | 0.55% | 0.65% | - |
| XYZ | 23.44 | 21.56 | 9.4 | - |
| YUV | 127.34 | 97.9 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 118 | 74 | 0 | 0.29 | 0.55 | 0.35 | 28.7 | 0.38 | 0.47 |
| Hex | A6 | 76 | 4A | 0 | 1D | 37 | 23 | 1D | 26 | 2F |
| Octal | 246 | 166 | 112 | 0 | 35 | 67 | 43 | 35 | 46 | 57 |
| Binary | 10100110 | 1110110 | 1001010 | 0 | 11101 | 110111 | 100011 | 11101 | 100110 | 101111 |
Color Harmonies of #A6764A
Complementary color
Monochromatic Colors of #A6764A
Black with #A6764A
Text Example
Text Example
White with #A6764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6764A; }
p { color: rgb(166,118,74); }
H1.HeaderClassName
{
color: #A6764A;
}
.AnyTagClassName
{
color: #A6764A;
}
</style>
background-color css
<style>
a { background-color: #A6764A; }
a { background-color: rgb(166,118,74); }
div.DivClassName
{
background-color: #A6764A;
}
.BgClassName
{
background-color: #A6764A;
}
</style>
border-color css
<style>
span { border-color: #A6764A; }
span { border-color: rgb(166,118,74); }
td.TdClassName
{
border-color: #A6764A;
}
.TagClassName
{
border-color: #A6764A;
}
</style>