Shades of Costa Del Sol #6D6528
Tints of Costa Del Sol #6D6528
RGB
CMYK
RGB Variations
Color information
#6D6528 (or 0x6D6528) is known color: Costa Del Sol. HEX triplet: 6D, 65 and 28. RGB value is (109,101,40). Sum of RGB (Red+Green+Blue) = 109+101+40=250 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.6% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6528 is #929AD7. Grayscale: #606060. Windows color (decimal): -9607896 or 2647405. OLE color: 2647405.
HSL color Cylindrical-coordinate representation of color #6D6528: hue angle of 53.04º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D6528 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 101 | 40 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.57 |
| HSL | 53.04º | 0.46% | 0.29% | - |
| HSV(B) | 53.04º | 0.63% | 0.43% | - |
| XYZ | 11.34 | 12.71 | 3.86 | - |
| YUV | 96.44 | 96.15 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 101 | 40 | 0 | 0.07 | 0.63 | 0.57 | 53.04 | 0.46 | 0.29 |
| Hex | 6D | 65 | 28 | 0 | 7 | 3F | 39 | 35 | 2E | 1D |
| Octal | 155 | 145 | 50 | 0 | 7 | 77 | 71 | 65 | 56 | 35 |
| Binary | 1101101 | 1100101 | 101000 | 0 | 111 | 111111 | 111001 | 110101 | 101110 | 11101 |
Color Harmonies of #6D6528
Complementary color
Monochromatic Colors of #6D6528
Black with #6D6528
Text Example
Text Example
White with #6D6528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6528; }
p { color: rgb(109,101,40); }
H1.HeaderClassName
{
color: #6D6528;
}
.AnyTagClassName
{
color: #6D6528;
}
</style>
background-color css
<style>
a { background-color: #6D6528; }
a { background-color: rgb(109,101,40); }
div.DivClassName
{
background-color: #6D6528;
}
.BgClassName
{
background-color: #6D6528;
}
</style>
border-color css
<style>
span { border-color: #6D6528; }
span { border-color: rgb(109,101,40); }
td.TdClassName
{
border-color: #6D6528;
}
.TagClassName
{
border-color: #6D6528;
}
</style>