Shades of Costa Del Sol #6C6015
Tints of Costa Del Sol #6C6015
RGB
CMYK
RGB Variations
Color information
#6C6015 (or 0x6C6015) is known color: Costa Del Sol. HEX triplet: 6C, 60 and 15. RGB value is (108,96,21). Sum of RGB (Red+Green+Blue) = 108+96+21=225 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C6015 is #939FEA. Grayscale: #5B5B5B. Windows color (decimal): -9674731 or 1400940. OLE color: 1400940.
HSL color Cylindrical-coordinate representation of color #6C6015: hue angle of 51.72º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C6015 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 96 | 21 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.58 |
| HSL | 51.72º | 0.67% | 0.25% | - |
| HSV(B) | 51.72º | 0.81% | 0.42% | - |
| XYZ | 10.5 | 11.61 | 2.4 | - |
| YUV | 91.04 | 88.48 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 96 | 21 | 0 | 0.11 | 0.81 | 0.58 | 51.72 | 0.67 | 0.25 |
| Hex | 6C | 60 | 15 | 0 | B | 51 | 3A | 34 | 43 | 19 |
| Octal | 154 | 140 | 25 | 0 | 13 | 121 | 72 | 64 | 103 | 31 |
| Binary | 1101100 | 1100000 | 10101 | 0 | 1011 | 1010001 | 111010 | 110100 | 1000011 | 11001 |
Color Harmonies of #6C6015
Complementary color
Monochromatic Colors of #6C6015
Black with #6C6015
Text Example
Text Example
White with #6C6015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6015; }
p { color: rgb(108,96,21); }
H1.HeaderClassName
{
color: #6C6015;
}
.AnyTagClassName
{
color: #6C6015;
}
</style>
background-color css
<style>
a { background-color: #6C6015; }
a { background-color: rgb(108,96,21); }
div.DivClassName
{
background-color: #6C6015;
}
.BgClassName
{
background-color: #6C6015;
}
</style>
border-color css
<style>
span { border-color: #6C6015; }
span { border-color: rgb(108,96,21); }
td.TdClassName
{
border-color: #6C6015;
}
.TagClassName
{
border-color: #6C6015;
}
</style>