Shades of Costa Del Sol #6C6228
Tints of Costa Del Sol #6C6228
RGB
CMYK
RGB Variations
Color information
#6C6228 (or 0x6C6228) is known color: Costa Del Sol. HEX triplet: 6C, 62 and 28. RGB value is (108,98,40). Sum of RGB (Red+Green+Blue) = 108+98+40=246 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.90% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C6228 is #939DD7. Grayscale: #5E5E5E. Windows color (decimal): -9674200 or 2646636. OLE color: 2646636.
HSL color Cylindrical-coordinate representation of color #6C6228: hue angle of 51.18º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C6228 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 98 | 40 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.58 |
| HSL | 51.18º | 0.46% | 0.29% | - |
| HSV(B) | 51.18º | 0.63% | 0.42% | - |
| XYZ | 10.94 | 12.08 | 3.76 | - |
| YUV | 94.38 | 97.31 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 98 | 40 | 0 | 0.09 | 0.63 | 0.58 | 51.18 | 0.46 | 0.29 |
| Hex | 6C | 62 | 28 | 0 | 9 | 3F | 3A | 33 | 2E | 1D |
| Octal | 154 | 142 | 50 | 0 | 11 | 77 | 72 | 63 | 56 | 35 |
| Binary | 1101100 | 1100010 | 101000 | 0 | 1001 | 111111 | 111010 | 110011 | 101110 | 11101 |
Color Harmonies of #6C6228
Complementary color
Monochromatic Colors of #6C6228
Black with #6C6228
Text Example
Text Example
White with #6C6228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6228; }
p { color: rgb(108,98,40); }
H1.HeaderClassName
{
color: #6C6228;
}
.AnyTagClassName
{
color: #6C6228;
}
</style>
background-color css
<style>
a { background-color: #6C6228; }
a { background-color: rgb(108,98,40); }
div.DivClassName
{
background-color: #6C6228;
}
.BgClassName
{
background-color: #6C6228;
}
</style>
border-color css
<style>
span { border-color: #6C6228; }
span { border-color: rgb(108,98,40); }
td.TdClassName
{
border-color: #6C6228;
}
.TagClassName
{
border-color: #6C6228;
}
</style>