Shades of Costa Del Sol #6D5C16
Tints of Costa Del Sol #6D5C16
RGB
CMYK
RGB Variations
Color information
#6D5C16 (or 0x6D5C16) is known color: Costa Del Sol. HEX triplet: 6D, 5C and 16. RGB value is (109,92,22). Sum of RGB (Red+Green+Blue) = 109+92+22=223 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.88% from 223); Green value is 92 (36.33% from 255 or 41.26% from 223); Blue value is 22 (8.98% from 255 or 9.87% from 223); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5C16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5C16 is #92A3E9. Grayscale: #595959. Windows color (decimal): -9610218 or 1465453. OLE color: 1465453.
HSL color Cylindrical-coordinate representation of color #6D5C16: hue angle of 48.28º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D5C16 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 92 | 22 | - |
| CMYK | 0 | 0.16 | 0.80 | 0.57 |
| HSL | 48.28º | 0.66% | 0.26% | - |
| HSV(B) | 48.28º | 0.8% | 0.43% | - |
| XYZ | 10.28 | 10.96 | 2.33 | - |
| YUV | 89.1 | 90.13 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 92 | 22 | 0 | 0.16 | 0.80 | 0.57 | 48.28 | 0.66 | 0.26 |
| Hex | 6D | 5C | 16 | 0 | 10 | 50 | 39 | 30 | 42 | 1A |
| Octal | 155 | 134 | 26 | 0 | 20 | 120 | 71 | 60 | 102 | 32 |
| Binary | 1101101 | 1011100 | 10110 | 0 | 10000 | 1010000 | 111001 | 110000 | 1000010 | 11010 |
Color Harmonies of #6D5C16
Complementary color
Monochromatic Colors of #6D5C16
Black with #6D5C16
Text Example
Text Example
White with #6D5C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5C16; }
p { color: rgb(109,92,22); }
H1.HeaderClassName
{
color: #6D5C16;
}
.AnyTagClassName
{
color: #6D5C16;
}
</style>
background-color css
<style>
a { background-color: #6D5C16; }
a { background-color: rgb(109,92,22); }
div.DivClassName
{
background-color: #6D5C16;
}
.BgClassName
{
background-color: #6D5C16;
}
</style>
border-color css
<style>
span { border-color: #6D5C16; }
span { border-color: rgb(109,92,22); }
td.TdClassName
{
border-color: #6D5C16;
}
.TagClassName
{
border-color: #6D5C16;
}
</style>