Shades of Costa Del Sol #6C6311
Tints of Costa Del Sol #6C6311
RGB
CMYK
RGB Variations
Color information
#6C6311 (or 0x6C6311) is known color: Costa Del Sol. HEX triplet: 6C, 63 and 11. RGB value is (108,99,17). Sum of RGB (Red+Green+Blue) = 108+99+17=224 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.21% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6311 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C6311 is #939CEE. Grayscale: #5C5C5C. Windows color (decimal): -9673967 or 1139564. OLE color: 1139564.
HSL color Cylindrical-coordinate representation of color #6C6311: hue angle of 54.07º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C6311 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 99 | 17 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.58 |
| HSL | 54.07º | 0.73% | 0.25% | - |
| HSV(B) | 54.07º | 0.84% | 0.42% | - |
| XYZ | 10.75 | 12.15 | 2.31 | - |
| YUV | 92.34 | 85.48 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 99 | 17 | 0 | 0.08 | 0.84 | 0.58 | 54.07 | 0.73 | 0.25 |
| Hex | 6C | 63 | 11 | 0 | 8 | 54 | 3A | 36 | 49 | 19 |
| Octal | 154 | 143 | 21 | 0 | 10 | 124 | 72 | 66 | 111 | 31 |
| Binary | 1101100 | 1100011 | 10001 | 0 | 1000 | 1010100 | 111010 | 110110 | 1001001 | 11001 |
Color Harmonies of #6C6311
Complementary color
Monochromatic Colors of #6C6311
Black with #6C6311
Text Example
Text Example
White with #6C6311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6311; }
p { color: rgb(108,99,17); }
H1.HeaderClassName
{
color: #6C6311;
}
.AnyTagClassName
{
color: #6C6311;
}
</style>
background-color css
<style>
a { background-color: #6C6311; }
a { background-color: rgb(108,99,17); }
div.DivClassName
{
background-color: #6C6311;
}
.BgClassName
{
background-color: #6C6311;
}
</style>
border-color css
<style>
span { border-color: #6C6311; }
span { border-color: rgb(108,99,17); }
td.TdClassName
{
border-color: #6C6311;
}
.TagClassName
{
border-color: #6C6311;
}
</style>