Shades of Costa Del Sol #6E5D13
Tints of Costa Del Sol #6E5D13
RGB
CMYK
RGB Variations
Color information
#6E5D13 (or 0x6E5D13) is known color: Costa Del Sol. HEX triplet: 6E, 5D and 13. RGB value is (110,93,19). Sum of RGB (Red+Green+Blue) = 110+93+19=222 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.55% from 222); Green value is 93 (36.72% from 255 or 41.89% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5D13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E5D13 is #91A2EC. Grayscale: #595959. Windows color (decimal): -9544429 or 1269102. OLE color: 1269102.
HSL color Cylindrical-coordinate representation of color #6E5D13: hue angle of 48.79º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E5D13 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 93 | 19 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.57 |
| HSL | 48.79º | 0.71% | 0.25% | - |
| HSV(B) | 48.79º | 0.83% | 0.43% | - |
| XYZ | 10.46 | 11.19 | 2.22 | - |
| YUV | 89.65 | 88.13 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 93 | 19 | 0 | 0.15 | 0.83 | 0.57 | 48.79 | 0.71 | 0.25 |
| Hex | 6E | 5D | 13 | 0 | F | 53 | 39 | 31 | 47 | 19 |
| Octal | 156 | 135 | 23 | 0 | 17 | 123 | 71 | 61 | 107 | 31 |
| Binary | 1101110 | 1011101 | 10011 | 0 | 1111 | 1010011 | 111001 | 110001 | 1000111 | 11001 |
Color Harmonies of #6E5D13
Complementary color
Monochromatic Colors of #6E5D13
Black with #6E5D13
Text Example
Text Example
White with #6E5D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5D13; }
p { color: rgb(110,93,19); }
H1.HeaderClassName
{
color: #6E5D13;
}
.AnyTagClassName
{
color: #6E5D13;
}
</style>
background-color css
<style>
a { background-color: #6E5D13; }
a { background-color: rgb(110,93,19); }
div.DivClassName
{
background-color: #6E5D13;
}
.BgClassName
{
background-color: #6E5D13;
}
</style>
border-color css
<style>
span { border-color: #6E5D13; }
span { border-color: rgb(110,93,19); }
td.TdClassName
{
border-color: #6E5D13;
}
.TagClassName
{
border-color: #6E5D13;
}
</style>