Shades of Costa Del Sol #6C6113
Tints of Costa Del Sol #6C6113
RGB
CMYK
RGB Variations
Color information
#6C6113 (or 0x6C6113) is known color: Costa Del Sol. HEX triplet: 6C, 61 and 13. RGB value is (108,97,19). Sum of RGB (Red+Green+Blue) = 108+97+19=224 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.21% from 224); Green value is 97 (38.28% from 255 or 43.30% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C6113 is #939EEC. Grayscale: #5B5B5B. Windows color (decimal): -9674477 or 1270124. OLE color: 1270124.
HSL color Cylindrical-coordinate representation of color #6C6113: hue angle of 52.58º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6C6113 is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 97 | 19 | - |
| CMYK | 0 | 0.10 | 0.82 | 0.58 |
| HSL | 52.58º | 0.7% | 0.25% | - |
| HSV(B) | 52.58º | 0.82% | 0.42% | - |
| XYZ | 10.58 | 11.78 | 2.33 | - |
| YUV | 91.4 | 87.14 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 97 | 19 | 0 | 0.10 | 0.82 | 0.58 | 52.58 | 0.7 | 0.25 |
| Hex | 6C | 61 | 13 | 0 | A | 52 | 3A | 35 | 46 | 19 |
| Octal | 154 | 141 | 23 | 0 | 12 | 122 | 72 | 65 | 106 | 31 |
| Binary | 1101100 | 1100001 | 10011 | 0 | 1010 | 1010010 | 111010 | 110101 | 1000110 | 11001 |
Color Harmonies of #6C6113
Complementary color
Monochromatic Colors of #6C6113
Black with #6C6113
Text Example
Text Example
White with #6C6113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6113; }
p { color: rgb(108,97,19); }
H1.HeaderClassName
{
color: #6C6113;
}
.AnyTagClassName
{
color: #6C6113;
}
</style>
background-color css
<style>
a { background-color: #6C6113; }
a { background-color: rgb(108,97,19); }
div.DivClassName
{
background-color: #6C6113;
}
.BgClassName
{
background-color: #6C6113;
}
</style>
border-color css
<style>
span { border-color: #6C6113; }
span { border-color: rgb(108,97,19); }
td.TdClassName
{
border-color: #6C6113;
}
.TagClassName
{
border-color: #6C6113;
}
</style>