Shades of Rob Roy #E6AB60
Tints of Rob Roy #E6AB60
RGB
CMYK
RGB Variations
Color information
#E6AB60 (or 0xE6AB60) is known color: Rob Roy. HEX triplet: E6, AB and 60. RGB value is (230,171,96). Sum of RGB (Red+Green+Blue) = 230+171+96=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 96 (37.89% from 255 or 19.32% from 497); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AB60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AB60 is #19549F. Grayscale: #B4B4B4. Windows color (decimal): -1660064 or 6335462. OLE color: 6335462.
HSL color Cylindrical-coordinate representation of color #E6AB60: hue angle of 33.58º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E6AB60 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 171 | 96 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.10 |
| HSL | 33.58º | 0.73% | 0.64% | - |
| HSV(B) | 33.58º | 0.58% | 0.9% | - |
| XYZ | 49.31 | 46.79 | 17.5 | - |
| YUV | 180.09 | 80.55 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 171 | 96 | 0 | 0.26 | 0.58 | 0.10 | 33.58 | 0.73 | 0.64 |
| Hex | E6 | AB | 60 | 0 | 1A | 3A | A | 22 | 49 | 40 |
| Octal | 346 | 253 | 140 | 0 | 32 | 72 | 12 | 42 | 111 | 100 |
| Binary | 11100110 | 10101011 | 1100000 | 0 | 11010 | 111010 | 1010 | 100010 | 1001001 | 1000000 |
Color Harmonies of #E6AB60
Complementary color
Monochromatic Colors of #E6AB60
Black with #E6AB60
Text Example
Text Example
White with #E6AB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AB60; }
p { color: rgb(230,171,96); }
H1.HeaderClassName
{
color: #E6AB60;
}
.AnyTagClassName
{
color: #E6AB60;
}
</style>
background-color css
<style>
a { background-color: #E6AB60; }
a { background-color: rgb(230,171,96); }
div.DivClassName
{
background-color: #E6AB60;
}
.BgClassName
{
background-color: #E6AB60;
}
</style>
border-color css
<style>
span { border-color: #E6AB60; }
span { border-color: rgb(230,171,96); }
td.TdClassName
{
border-color: #E6AB60;
}
.TagClassName
{
border-color: #E6AB60;
}
</style>