Shades of Costa Del Sol #6C5C16
Tints of Costa Del Sol #6C5C16
RGB
CMYK
RGB Variations
Color information
#6C5C16 (or 0x6C5C16) is known color: Costa Del Sol. HEX triplet: 6C, 5C and 16. RGB value is (108,92,22). Sum of RGB (Red+Green+Blue) = 108+92+22=222 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.65% from 222); Green value is 92 (36.33% from 255 or 41.44% from 222); Blue value is 22 (8.98% from 255 or 9.91% from 222); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5C16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C5C16 is #93A3E9. Grayscale: #595959. Windows color (decimal): -9675754 or 1465452. OLE color: 1465452.
HSL color Cylindrical-coordinate representation of color #6C5C16: hue angle of 48.84º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C5C16 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 92 | 22 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.58 |
| HSL | 48.84º | 0.66% | 0.25% | - |
| HSV(B) | 48.84º | 0.8% | 0.42% | - |
| XYZ | 10.16 | 10.9 | 2.33 | - |
| YUV | 88.8 | 90.3 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 92 | 22 | 0 | 0.15 | 0.80 | 0.58 | 48.84 | 0.66 | 0.25 |
| Hex | 6C | 5C | 16 | 0 | F | 50 | 3A | 31 | 42 | 19 |
| Octal | 154 | 134 | 26 | 0 | 17 | 120 | 72 | 61 | 102 | 31 |
| Binary | 1101100 | 1011100 | 10110 | 0 | 1111 | 1010000 | 111010 | 110001 | 1000010 | 11001 |
Color Harmonies of #6C5C16
Complementary color
Monochromatic Colors of #6C5C16
Black with #6C5C16
Text Example
Text Example
White with #6C5C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5C16; }
p { color: rgb(108,92,22); }
H1.HeaderClassName
{
color: #6C5C16;
}
.AnyTagClassName
{
color: #6C5C16;
}
</style>
background-color css
<style>
a { background-color: #6C5C16; }
a { background-color: rgb(108,92,22); }
div.DivClassName
{
background-color: #6C5C16;
}
.BgClassName
{
background-color: #6C5C16;
}
</style>
border-color css
<style>
span { border-color: #6C5C16; }
span { border-color: rgb(108,92,22); }
td.TdClassName
{
border-color: #6C5C16;
}
.TagClassName
{
border-color: #6C5C16;
}
</style>