Shades of Costa Del Sol #6C6017
Tints of Costa Del Sol #6C6017
RGB
CMYK
RGB Variations
Color information
#6C6017 (or 0x6C6017) is known color: Costa Del Sol. HEX triplet: 6C, 60 and 17. RGB value is (108,96,23). Sum of RGB (Red+Green+Blue) = 108+96+23=227 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.58% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 23 (9.38% from 255 or 10.13% from 227); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C6017 is #939FE8. Grayscale: #5B5B5B. Windows color (decimal): -9674729 or 1532012. OLE color: 1532012.
HSL color Cylindrical-coordinate representation of color #6C6017: hue angle of 51.53º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6C6017 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 96 | 23 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.58 |
| HSL | 51.53º | 0.65% | 0.26% | - |
| HSV(B) | 51.53º | 0.79% | 0.42% | - |
| XYZ | 10.52 | 11.62 | 2.5 | - |
| YUV | 91.27 | 89.48 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 96 | 23 | 0 | 0.11 | 0.79 | 0.58 | 51.53 | 0.65 | 0.26 |
| Hex | 6C | 60 | 17 | 0 | B | 4F | 3A | 34 | 41 | 1A |
| Octal | 154 | 140 | 27 | 0 | 13 | 117 | 72 | 64 | 101 | 32 |
| Binary | 1101100 | 1100000 | 10111 | 0 | 1011 | 1001111 | 111010 | 110100 | 1000001 | 11010 |
Color Harmonies of #6C6017
Complementary color
Monochromatic Colors of #6C6017
Black with #6C6017
Text Example
Text Example
White with #6C6017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6017; }
p { color: rgb(108,96,23); }
H1.HeaderClassName
{
color: #6C6017;
}
.AnyTagClassName
{
color: #6C6017;
}
</style>
background-color css
<style>
a { background-color: #6C6017; }
a { background-color: rgb(108,96,23); }
div.DivClassName
{
background-color: #6C6017;
}
.BgClassName
{
background-color: #6C6017;
}
</style>
border-color css
<style>
span { border-color: #6C6017; }
span { border-color: rgb(108,96,23); }
td.TdClassName
{
border-color: #6C6017;
}
.TagClassName
{
border-color: #6C6017;
}
</style>