Shades of Costa Del Sol #6A5F0A
Tints of Costa Del Sol #6A5F0A
RGB
CMYK
RGB Variations
Color information
#6A5F0A (or 0x6A5F0A) is known color: Costa Del Sol. HEX triplet: 6A, 5F and 0A. RGB value is (106,95,10). Sum of RGB (Red+Green+Blue) = 106+95+10=211 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.24% from 211); Green value is 95 (37.5% from 255 or 45.02% from 211); Blue value is 10 (4.30% from 255 or 4.74% from 211); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5F0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A5F0A is #95A0F5. Grayscale: #585858. Windows color (decimal): -9806070 or 679786. OLE color: 679786.
HSL color Cylindrical-coordinate representation of color #6A5F0A: hue angle of 53.12º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6A5F0A is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 95 | 10 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.58 |
| HSL | 53.13º | 0.83% | 0.23% | - |
| HSV(B) | 53.13º | 0.91% | 0.42% | - |
| XYZ | 10.09 | 11.27 | 1.93 | - |
| YUV | 88.6 | 83.64 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 95 | 10 | 0 | 0.10 | 0.91 | 0.58 | 53.13 | 0.83 | 0.23 |
| Hex | 6A | 5F | A | 0 | A | 5B | 3A | 35 | 53 | 17 |
| Octal | 152 | 137 | 12 | 0 | 12 | 133 | 72 | 65 | 123 | 27 |
| Binary | 1101010 | 1011111 | 1010 | 0 | 1010 | 1011011 | 111010 | 110101 | 1010011 | 10111 |
Color Harmonies of #6A5F0A
Complementary color
Monochromatic Colors of #6A5F0A
Black with #6A5F0A
Text Example
Text Example
White with #6A5F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5F0A; }
p { color: rgb(106,95,10); }
H1.HeaderClassName
{
color: #6A5F0A;
}
.AnyTagClassName
{
color: #6A5F0A;
}
</style>
background-color css
<style>
a { background-color: #6A5F0A; }
a { background-color: rgb(106,95,10); }
div.DivClassName
{
background-color: #6A5F0A;
}
.BgClassName
{
background-color: #6A5F0A;
}
</style>
border-color css
<style>
span { border-color: #6A5F0A; }
span { border-color: rgb(106,95,10); }
td.TdClassName
{
border-color: #6A5F0A;
}
.TagClassName
{
border-color: #6A5F0A;
}
</style>