Shades of Costa Del Sol #6E5E11
Tints of Costa Del Sol #6E5E11
RGB
CMYK
RGB Variations
Color information
#6E5E11 (or 0x6E5E11) is known color: Costa Del Sol. HEX triplet: 6E, 5E and 11. RGB value is (110,94,17). Sum of RGB (Red+Green+Blue) = 110+94+17=221 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.77% from 221); Green value is 94 (37.11% from 255 or 42.53% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5E11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E5E11 is #91A1EE. Grayscale: #5A5A5A. Windows color (decimal): -9544175 or 1138286. OLE color: 1138286.
HSL color Cylindrical-coordinate representation of color #6E5E11: hue angle of 49.68º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E5E11 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 94 | 17 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.57 |
| HSL | 49.68º | 0.73% | 0.25% | - |
| HSV(B) | 49.68º | 0.85% | 0.43% | - |
| XYZ | 10.53 | 11.36 | 2.17 | - |
| YUV | 90.01 | 86.8 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 94 | 17 | 0 | 0.15 | 0.85 | 0.57 | 49.68 | 0.73 | 0.25 |
| Hex | 6E | 5E | 11 | 0 | F | 55 | 39 | 32 | 49 | 19 |
| Octal | 156 | 136 | 21 | 0 | 17 | 125 | 71 | 62 | 111 | 31 |
| Binary | 1101110 | 1011110 | 10001 | 0 | 1111 | 1010101 | 111001 | 110010 | 1001001 | 11001 |
Color Harmonies of #6E5E11
Complementary color
Monochromatic Colors of #6E5E11
Black with #6E5E11
Text Example
Text Example
White with #6E5E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5E11; }
p { color: rgb(110,94,17); }
H1.HeaderClassName
{
color: #6E5E11;
}
.AnyTagClassName
{
color: #6E5E11;
}
</style>
background-color css
<style>
a { background-color: #6E5E11; }
a { background-color: rgb(110,94,17); }
div.DivClassName
{
background-color: #6E5E11;
}
.BgClassName
{
background-color: #6E5E11;
}
</style>
border-color css
<style>
span { border-color: #6E5E11; }
span { border-color: rgb(110,94,17); }
td.TdClassName
{
border-color: #6E5E11;
}
.TagClassName
{
border-color: #6E5E11;
}
</style>