Shades of Costa Del Sol #6C5E10
Tints of Costa Del Sol #6C5E10
RGB
CMYK
RGB Variations
Color information
#6C5E10 (or 0x6C5E10) is known color: Costa Del Sol. HEX triplet: 6C, 5E and 10. RGB value is (108,94,16). Sum of RGB (Red+Green+Blue) = 108+94+16=218 (28% of max value = 765). Red value is 108 (42.58% from 255 or 49.54% from 218); Green value is 94 (37.11% from 255 or 43.12% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5E10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C5E10 is #93A1EF. Grayscale: #595959. Windows color (decimal): -9675248 or 1072748. OLE color: 1072748.
HSL color Cylindrical-coordinate representation of color #6C5E10: hue angle of 50.87º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C5E10 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 94 | 16 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.58 |
| HSL | 50.87º | 0.74% | 0.24% | - |
| HSV(B) | 50.87º | 0.85% | 0.42% | - |
| XYZ | 10.28 | 11.23 | 2.12 | - |
| YUV | 89.29 | 86.64 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 94 | 16 | 0 | 0.13 | 0.85 | 0.58 | 50.87 | 0.74 | 0.24 |
| Hex | 6C | 5E | 10 | 0 | D | 55 | 3A | 33 | 4A | 18 |
| Octal | 154 | 136 | 20 | 0 | 15 | 125 | 72 | 63 | 112 | 30 |
| Binary | 1101100 | 1011110 | 10000 | 0 | 1101 | 1010101 | 111010 | 110011 | 1001010 | 11000 |
Color Harmonies of #6C5E10
Complementary color
Monochromatic Colors of #6C5E10
Black with #6C5E10
Text Example
Text Example
White with #6C5E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5E10; }
p { color: rgb(108,94,16); }
H1.HeaderClassName
{
color: #6C5E10;
}
.AnyTagClassName
{
color: #6C5E10;
}
</style>
background-color css
<style>
a { background-color: #6C5E10; }
a { background-color: rgb(108,94,16); }
div.DivClassName
{
background-color: #6C5E10;
}
.BgClassName
{
background-color: #6C5E10;
}
</style>
border-color css
<style>
span { border-color: #6C5E10; }
span { border-color: rgb(108,94,16); }
td.TdClassName
{
border-color: #6C5E10;
}
.TagClassName
{
border-color: #6C5E10;
}
</style>