Shades of Costa Del Sol #6C6026
Tints of Costa Del Sol #6C6026
RGB
CMYK
RGB Variations
Color information
#6C6026 (or 0x6C6026) is known color: Costa Del Sol. HEX triplet: 6C, 60 and 26. RGB value is (108,96,38). Sum of RGB (Red+Green+Blue) = 108+96+38=242 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.63% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 38 (15.23% from 255 or 15.70% from 242); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6026 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C6026 is #939FD9. Grayscale: #5D5D5D. Windows color (decimal): -9674714 or 2515052. OLE color: 2515052.
HSL color Cylindrical-coordinate representation of color #6C6026: hue angle of 49.71º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6C6026 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 96 | 38 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.58 |
| HSL | 49.71º | 0.48% | 0.29% | - |
| HSV(B) | 49.71º | 0.65% | 0.42% | - |
| XYZ | 10.72 | 11.69 | 3.53 | - |
| YUV | 92.98 | 96.98 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 96 | 38 | 0 | 0.11 | 0.65 | 0.58 | 49.71 | 0.48 | 0.29 |
| Hex | 6C | 60 | 26 | 0 | B | 41 | 3A | 32 | 30 | 1D |
| Octal | 154 | 140 | 46 | 0 | 13 | 101 | 72 | 62 | 60 | 35 |
| Binary | 1101100 | 1100000 | 100110 | 0 | 1011 | 1000001 | 111010 | 110010 | 110000 | 11101 |
Color Harmonies of #6C6026
Complementary color
Monochromatic Colors of #6C6026
Black with #6C6026
Text Example
Text Example
White with #6C6026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6026; }
p { color: rgb(108,96,38); }
H1.HeaderClassName
{
color: #6C6026;
}
.AnyTagClassName
{
color: #6C6026;
}
</style>
background-color css
<style>
a { background-color: #6C6026; }
a { background-color: rgb(108,96,38); }
div.DivClassName
{
background-color: #6C6026;
}
.BgClassName
{
background-color: #6C6026;
}
</style>
border-color css
<style>
span { border-color: #6C6026; }
span { border-color: rgb(108,96,38); }
td.TdClassName
{
border-color: #6C6026;
}
.TagClassName
{
border-color: #6C6026;
}
</style>