Shades of Costa Del Sol #6D5E15
Tints of Costa Del Sol #6D5E15
RGB
CMYK
RGB Variations
Color information
#6D5E15 (or 0x6D5E15) is known color: Costa Del Sol. HEX triplet: 6D, 5E and 15. RGB value is (109,94,21). Sum of RGB (Red+Green+Blue) = 109+94+21=224 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.66% from 224); Green value is 94 (37.11% from 255 or 41.96% from 224); Blue value is 21 (8.59% from 255 or 9.38% from 224); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5E15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5E15 is #92A1EA. Grayscale: #5A5A5A. Windows color (decimal): -9609707 or 1400429. OLE color: 1400429.
HSL color Cylindrical-coordinate representation of color #6D5E15: hue angle of 49.77º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D5E15 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 94 | 21 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.57 |
| HSL | 49.77º | 0.68% | 0.25% | - |
| HSV(B) | 49.77º | 0.81% | 0.43% | - |
| XYZ | 10.44 | 11.31 | 2.34 | - |
| YUV | 90.16 | 88.97 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 94 | 21 | 0 | 0.14 | 0.81 | 0.57 | 49.77 | 0.68 | 0.25 |
| Hex | 6D | 5E | 15 | 0 | E | 51 | 39 | 32 | 44 | 19 |
| Octal | 155 | 136 | 25 | 0 | 16 | 121 | 71 | 62 | 104 | 31 |
| Binary | 1101101 | 1011110 | 10101 | 0 | 1110 | 1010001 | 111001 | 110010 | 1000100 | 11001 |
Color Harmonies of #6D5E15
Complementary color
Monochromatic Colors of #6D5E15
Black with #6D5E15
Text Example
Text Example
White with #6D5E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5E15; }
p { color: rgb(109,94,21); }
H1.HeaderClassName
{
color: #6D5E15;
}
.AnyTagClassName
{
color: #6D5E15;
}
</style>
background-color css
<style>
a { background-color: #6D5E15; }
a { background-color: rgb(109,94,21); }
div.DivClassName
{
background-color: #6D5E15;
}
.BgClassName
{
background-color: #6D5E15;
}
</style>
border-color css
<style>
span { border-color: #6D5E15; }
span { border-color: rgb(109,94,21); }
td.TdClassName
{
border-color: #6D5E15;
}
.TagClassName
{
border-color: #6D5E15;
}
</style>