Shades of Rob Roy #E6A756
Tints of Rob Roy #E6A756
RGB
CMYK
RGB Variations
Color information
#E6A756 (or 0xE6A756) is known color: Rob Roy. HEX triplet: E6, A7 and 56. RGB value is (230,167,86). Sum of RGB (Red+Green+Blue) = 230+167+86=483 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.62% from 483); Green value is 167 (65.62% from 255 or 34.58% from 483); Blue value is 86 (33.98% from 255 or 17.81% from 483); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A756 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A756 is #1958A9. Grayscale: #B0B0B0. Windows color (decimal): -1661098 or 5679078. OLE color: 5679078.
HSL color Cylindrical-coordinate representation of color #E6A756: hue angle of 33.75º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E6A756 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 167 | 86 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.10 |
| HSL | 33.75º | 0.74% | 0.62% | - |
| HSV(B) | 33.75º | 0.63% | 0.9% | - |
| XYZ | 48.13 | 45.13 | 14.98 | - |
| YUV | 176.6 | 76.87 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 167 | 86 | 0 | 0.27 | 0.63 | 0.10 | 33.75 | 0.74 | 0.62 |
| Hex | E6 | A7 | 56 | 0 | 1B | 3F | A | 22 | 4A | 3E |
| Octal | 346 | 247 | 126 | 0 | 33 | 77 | 12 | 42 | 112 | 76 |
| Binary | 11100110 | 10100111 | 1010110 | 0 | 11011 | 111111 | 1010 | 100010 | 1001010 | 111110 |
Color Harmonies of #E6A756
Complementary color
Monochromatic Colors of #E6A756
Black with #E6A756
Text Example
Text Example
White with #E6A756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A756; }
p { color: rgb(230,167,86); }
H1.HeaderClassName
{
color: #E6A756;
}
.AnyTagClassName
{
color: #E6A756;
}
</style>
background-color css
<style>
a { background-color: #E6A756; }
a { background-color: rgb(230,167,86); }
div.DivClassName
{
background-color: #E6A756;
}
.BgClassName
{
background-color: #E6A756;
}
</style>
border-color css
<style>
span { border-color: #E6A756; }
span { border-color: rgb(230,167,86); }
td.TdClassName
{
border-color: #E6A756;
}
.TagClassName
{
border-color: #E6A756;
}
</style>