Shades of Costa Del Sol #685E07
Tints of Costa Del Sol #685E07
RGB
CMYK
RGB Variations
Color information
#685E07 (or 0x685E07) is known color: Costa Del Sol. HEX triplet: 68, 5E and 07. RGB value is (104,94,7). Sum of RGB (Red+Green+Blue) = 104+94+7=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 94 (37.11% from 255 or 45.85% from 205); Blue value is 7 (3.12% from 255 or 3.41% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #685E07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685E07 is #97A1F8. Grayscale: #575757. Windows color (decimal): -9937401 or 482920. OLE color: 482920.
HSL color Cylindrical-coordinate representation of color #685E07: hue angle of 53.81º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #685E07 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 94 | 7 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.59 |
| HSL | 53.81º | 0.87% | 0.22% | - |
| HSV(B) | 53.81º | 0.93% | 0.41% | - |
| XYZ | 9.75 | 10.96 | 1.8 | - |
| YUV | 87.07 | 82.81 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 94 | 7 | 0 | 0.10 | 0.93 | 0.59 | 53.81 | 0.87 | 0.22 |
| Hex | 68 | 5E | 7 | 0 | A | 5D | 3B | 36 | 57 | 16 |
| Octal | 150 | 136 | 7 | 0 | 12 | 135 | 73 | 66 | 127 | 26 |
| Binary | 1101000 | 1011110 | 111 | 0 | 1010 | 1011101 | 111011 | 110110 | 1010111 | 10110 |
Color Harmonies of #685E07
Complementary color
Monochromatic Colors of #685E07
Black with #685E07
Text Example
Text Example
White with #685E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685E07; }
p { color: rgb(104,94,7); }
H1.HeaderClassName
{
color: #685E07;
}
.AnyTagClassName
{
color: #685E07;
}
</style>
background-color css
<style>
a { background-color: #685E07; }
a { background-color: rgb(104,94,7); }
div.DivClassName
{
background-color: #685E07;
}
.BgClassName
{
background-color: #685E07;
}
</style>
border-color css
<style>
span { border-color: #685E07; }
span { border-color: rgb(104,94,7); }
td.TdClassName
{
border-color: #685E07;
}
.TagClassName
{
border-color: #685E07;
}
</style>