Shades of Costa Del Sol #6C6124
Tints of Costa Del Sol #6C6124
RGB
CMYK
RGB Variations
Color information
#6C6124 (or 0x6C6124) is known color: Costa Del Sol. HEX triplet: 6C, 61 and 24. RGB value is (108,97,36). Sum of RGB (Red+Green+Blue) = 108+97+36=241 (31% of max value = 765). Red value is 108 (42.58% from 255 or 44.81% from 241); Green value is 97 (38.28% from 255 or 40.25% from 241); Blue value is 36 (14.45% from 255 or 14.94% from 241); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6124 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C6124 is #939EDB. Grayscale: #5D5D5D. Windows color (decimal): -9674460 or 2384236. OLE color: 2384236.
HSL color Cylindrical-coordinate representation of color #6C6124: hue angle of 50.83º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C6124 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 97 | 36 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.58 |
| HSL | 50.83º | 0.5% | 0.28% | - |
| HSV(B) | 50.83º | 0.67% | 0.42% | - |
| XYZ | 10.78 | 11.86 | 3.39 | - |
| YUV | 93.34 | 95.64 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 97 | 36 | 0 | 0.10 | 0.67 | 0.58 | 50.83 | 0.5 | 0.28 |
| Hex | 6C | 61 | 24 | 0 | A | 43 | 3A | 33 | 32 | 1C |
| Octal | 154 | 141 | 44 | 0 | 12 | 103 | 72 | 63 | 62 | 34 |
| Binary | 1101100 | 1100001 | 100100 | 0 | 1010 | 1000011 | 111010 | 110011 | 110010 | 11100 |
Color Harmonies of #6C6124
Complementary color
Monochromatic Colors of #6C6124
Black with #6C6124
Text Example
Text Example
White with #6C6124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6124; }
p { color: rgb(108,97,36); }
H1.HeaderClassName
{
color: #6C6124;
}
.AnyTagClassName
{
color: #6C6124;
}
</style>
background-color css
<style>
a { background-color: #6C6124; }
a { background-color: rgb(108,97,36); }
div.DivClassName
{
background-color: #6C6124;
}
.BgClassName
{
background-color: #6C6124;
}
</style>
border-color css
<style>
span { border-color: #6C6124; }
span { border-color: rgb(108,97,36); }
td.TdClassName
{
border-color: #6C6124;
}
.TagClassName
{
border-color: #6C6124;
}
</style>