Shades of Costa Del Sol #6C6119
Tints of Costa Del Sol #6C6119
RGB
CMYK
RGB Variations
Color information
#6C6119 (or 0x6C6119) is known color: Costa Del Sol. HEX triplet: 6C, 61 and 19. RGB value is (108,97,25). Sum of RGB (Red+Green+Blue) = 108+97+25=230 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.96% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 25 (10.16% from 255 or 10.87% from 230); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C6119 is #939EE6. Grayscale: #5C5C5C. Windows color (decimal): -9674471 or 1663340. OLE color: 1663340.
HSL color Cylindrical-coordinate representation of color #6C6119: hue angle of 52.05º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6C6119 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 97 | 25 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.58 |
| HSL | 52.05º | 0.62% | 0.26% | - |
| HSV(B) | 52.05º | 0.77% | 0.42% | - |
| XYZ | 10.63 | 11.81 | 2.64 | - |
| YUV | 92.08 | 90.14 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 97 | 25 | 0 | 0.10 | 0.77 | 0.58 | 52.05 | 0.62 | 0.26 |
| Hex | 6C | 61 | 19 | 0 | A | 4D | 3A | 34 | 3E | 1A |
| Octal | 154 | 141 | 31 | 0 | 12 | 115 | 72 | 64 | 76 | 32 |
| Binary | 1101100 | 1100001 | 11001 | 0 | 1010 | 1001101 | 111010 | 110100 | 111110 | 11010 |
Color Harmonies of #6C6119
Complementary color
Monochromatic Colors of #6C6119
Black with #6C6119
Text Example
Text Example
White with #6C6119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6119; }
p { color: rgb(108,97,25); }
H1.HeaderClassName
{
color: #6C6119;
}
.AnyTagClassName
{
color: #6C6119;
}
</style>
background-color css
<style>
a { background-color: #6C6119; }
a { background-color: rgb(108,97,25); }
div.DivClassName
{
background-color: #6C6119;
}
.BgClassName
{
background-color: #6C6119;
}
</style>
border-color css
<style>
span { border-color: #6C6119; }
span { border-color: rgb(108,97,25); }
td.TdClassName
{
border-color: #6C6119;
}
.TagClassName
{
border-color: #6C6119;
}
</style>