Shades of Costa Del Sol #6A602C
Tints of Costa Del Sol #6A602C
RGB
CMYK
RGB Variations
Color information
#6A602C (or 0x6A602C) is known color: Costa Del Sol. HEX triplet: 6A, 60 and 2C. RGB value is (106,96,44). Sum of RGB (Red+Green+Blue) = 106+96+44=246 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.09% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 106 - color contains mainly: red. Hex color #6A602C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A602C is #959FD3. Grayscale: #5D5D5D. Windows color (decimal): -9805780 or 2908266. OLE color: 2908266.
HSL color Cylindrical-coordinate representation of color #6A602C: hue angle of 50.32º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A602C is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 96 | 44 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.58 |
| HSL | 50.32º | 0.41% | 0.29% | - |
| HSV(B) | 50.32º | 0.58% | 0.42% | - |
| XYZ | 10.58 | 11.61 | 4.07 | - |
| YUV | 93.06 | 100.31 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 96 | 44 | 0 | 0.09 | 0.58 | 0.58 | 50.32 | 0.41 | 0.29 |
| Hex | 6A | 60 | 2C | 0 | 9 | 3A | 3A | 32 | 29 | 1D |
| Octal | 152 | 140 | 54 | 0 | 11 | 72 | 72 | 62 | 51 | 35 |
| Binary | 1101010 | 1100000 | 101100 | 0 | 1001 | 111010 | 111010 | 110010 | 101001 | 11101 |
Color Harmonies of #6A602C
Complementary color
Monochromatic Colors of #6A602C
Black with #6A602C
Text Example
Text Example
White with #6A602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A602C; }
p { color: rgb(106,96,44); }
H1.HeaderClassName
{
color: #6A602C;
}
.AnyTagClassName
{
color: #6A602C;
}
</style>
background-color css
<style>
a { background-color: #6A602C; }
a { background-color: rgb(106,96,44); }
div.DivClassName
{
background-color: #6A602C;
}
.BgClassName
{
background-color: #6A602C;
}
</style>
border-color css
<style>
span { border-color: #6A602C; }
span { border-color: rgb(106,96,44); }
td.TdClassName
{
border-color: #6A602C;
}
.TagClassName
{
border-color: #6A602C;
}
</style>