Shades of Costa Del Sol #6A5F0D
Tints of Costa Del Sol #6A5F0D
RGB
CMYK
RGB Variations
Color information
#6A5F0D (or 0x6A5F0D) is known color: Costa Del Sol. HEX triplet: 6A, 5F and 0D. RGB value is (106,95,13). Sum of RGB (Red+Green+Blue) = 106+95+13=214 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.53% from 214); Green value is 95 (37.5% from 255 or 44.39% from 214); Blue value is 13 (5.47% from 255 or 6.07% from 214); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5F0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A5F0D is #95A0F2. Grayscale: #595959. Windows color (decimal): -9806067 or 876394. OLE color: 876394.
HSL color Cylindrical-coordinate representation of color #6A5F0D: hue angle of 52.9º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A5F0D is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 95 | 13 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.58 |
| HSL | 52.9º | 0.78% | 0.23% | - |
| HSV(B) | 52.9º | 0.88% | 0.42% | - |
| XYZ | 10.11 | 11.28 | 2.02 | - |
| YUV | 88.94 | 85.14 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 95 | 13 | 0 | 0.10 | 0.88 | 0.58 | 52.9 | 0.78 | 0.23 |
| Hex | 6A | 5F | D | 0 | A | 58 | 3A | 35 | 4E | 17 |
| Octal | 152 | 137 | 15 | 0 | 12 | 130 | 72 | 65 | 116 | 27 |
| Binary | 1101010 | 1011111 | 1101 | 0 | 1010 | 1011000 | 111010 | 110101 | 1001110 | 10111 |
Color Harmonies of #6A5F0D
Complementary color
Monochromatic Colors of #6A5F0D
Black with #6A5F0D
Text Example
Text Example
White with #6A5F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5F0D; }
p { color: rgb(106,95,13); }
H1.HeaderClassName
{
color: #6A5F0D;
}
.AnyTagClassName
{
color: #6A5F0D;
}
</style>
background-color css
<style>
a { background-color: #6A5F0D; }
a { background-color: rgb(106,95,13); }
div.DivClassName
{
background-color: #6A5F0D;
}
.BgClassName
{
background-color: #6A5F0D;
}
</style>
border-color css
<style>
span { border-color: #6A5F0D; }
span { border-color: rgb(106,95,13); }
td.TdClassName
{
border-color: #6A5F0D;
}
.TagClassName
{
border-color: #6A5F0D;
}
</style>