Shades of Costa Del Sol #675F0E
Tints of Costa Del Sol #675F0E
RGB
CMYK
RGB Variations
Color information
#675F0E (or 0x675F0E) is known color: Costa Del Sol. HEX triplet: 67, 5F and 0E. RGB value is (103,95,14). Sum of RGB (Red+Green+Blue) = 103+95+14=212 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.58% from 212); Green value is 95 (37.5% from 255 or 44.81% from 212); Blue value is 14 (5.86% from 255 or 6.60% from 212); Max value from RGB is 103 - color contains mainly: red. Hex color #675F0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675F0E is #98A0F1. Grayscale: #585858. Windows color (decimal): -10002674 or 941927. OLE color: 941927.
HSL color Cylindrical-coordinate representation of color #675F0E: hue angle of 54.61º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #675F0E is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 95 | 14 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.60 |
| HSL | 54.61º | 0.76% | 0.23% | - |
| HSV(B) | 54.61º | 0.86% | 0.4% | - |
| XYZ | 9.76 | 11.1 | 2.04 | - |
| YUV | 88.16 | 86.15 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 95 | 14 | 0 | 0.08 | 0.86 | 0.60 | 54.61 | 0.76 | 0.23 |
| Hex | 67 | 5F | E | 0 | 8 | 56 | 3C | 37 | 4C | 17 |
| Octal | 147 | 137 | 16 | 0 | 10 | 126 | 74 | 67 | 114 | 27 |
| Binary | 1100111 | 1011111 | 1110 | 0 | 1000 | 1010110 | 111100 | 110111 | 1001100 | 10111 |
Color Harmonies of #675F0E
Complementary color
Monochromatic Colors of #675F0E
Black with #675F0E
Text Example
Text Example
White with #675F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675F0E; }
p { color: rgb(103,95,14); }
H1.HeaderClassName
{
color: #675F0E;
}
.AnyTagClassName
{
color: #675F0E;
}
</style>
background-color css
<style>
a { background-color: #675F0E; }
a { background-color: rgb(103,95,14); }
div.DivClassName
{
background-color: #675F0E;
}
.BgClassName
{
background-color: #675F0E;
}
</style>
border-color css
<style>
span { border-color: #675F0E; }
span { border-color: rgb(103,95,14); }
td.TdClassName
{
border-color: #675F0E;
}
.TagClassName
{
border-color: #675F0E;
}
</style>