Shades of Costa Del Sol #6C6418
Tints of Costa Del Sol #6C6418
RGB
CMYK
RGB Variations
Color information
#6C6418 (or 0x6C6418) is known color: Costa Del Sol. HEX triplet: 6C, 64 and 18. RGB value is (108,100,24). Sum of RGB (Red+Green+Blue) = 108+100+24=232 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.55% from 232); Green value is 100 (39.45% from 255 or 43.10% from 232); Blue value is 24 (9.77% from 255 or 10.34% from 232); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6418 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C6418 is #939BE7. Grayscale: #5E5E5E. Windows color (decimal): -9673704 or 1598572. OLE color: 1598572.
HSL color Cylindrical-coordinate representation of color #6C6418: hue angle of 54.29º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6C6418 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 100 | 24 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.58 |
| HSL | 54.29º | 0.64% | 0.26% | - |
| HSV(B) | 54.29º | 0.78% | 0.42% | - |
| XYZ | 10.91 | 12.37 | 2.68 | - |
| YUV | 93.73 | 88.65 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 100 | 24 | 0 | 0.07 | 0.78 | 0.58 | 54.29 | 0.64 | 0.26 |
| Hex | 6C | 64 | 18 | 0 | 7 | 4E | 3A | 36 | 40 | 1A |
| Octal | 154 | 144 | 30 | 0 | 7 | 116 | 72 | 66 | 100 | 32 |
| Binary | 1101100 | 1100100 | 11000 | 0 | 111 | 1001110 | 111010 | 110110 | 1000000 | 11010 |
Color Harmonies of #6C6418
Complementary color
Monochromatic Colors of #6C6418
Black with #6C6418
Text Example
Text Example
White with #6C6418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6418; }
p { color: rgb(108,100,24); }
H1.HeaderClassName
{
color: #6C6418;
}
.AnyTagClassName
{
color: #6C6418;
}
</style>
background-color css
<style>
a { background-color: #6C6418; }
a { background-color: rgb(108,100,24); }
div.DivClassName
{
background-color: #6C6418;
}
.BgClassName
{
background-color: #6C6418;
}
</style>
border-color css
<style>
span { border-color: #6C6418; }
span { border-color: rgb(108,100,24); }
td.TdClassName
{
border-color: #6C6418;
}
.TagClassName
{
border-color: #6C6418;
}
</style>