Shades of Costa Del Sol #685D07
Tints of Costa Del Sol #685D07
RGB
CMYK
RGB Variations
Color information
#685D07 (or 0x685D07) is known color: Costa Del Sol. HEX triplet: 68, 5D and 07. RGB value is (104,93,7). Sum of RGB (Red+Green+Blue) = 104+93+7=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 93 (36.72% from 255 or 45.59% from 204); Blue value is 7 (3.12% from 255 or 3.43% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #685D07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685D07 is #97A2F8. Grayscale: #565656. Windows color (decimal): -9937657 or 482664. OLE color: 482664.
HSL color Cylindrical-coordinate representation of color #685D07: hue angle of 53.2º 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 #685D07 is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 93 | 7 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.59 |
| HSL | 53.2º | 0.87% | 0.22% | - |
| HSV(B) | 53.2º | 0.93% | 0.41% | - |
| XYZ | 9.66 | 10.79 | 1.77 | - |
| YUV | 86.49 | 83.14 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 7 | 0 | 0.11 | 0.93 | 0.59 | 53.2 | 0.87 | 0.22 |
| Hex | 68 | 5D | 7 | 0 | B | 5D | 3B | 35 | 57 | 16 |
| Octal | 150 | 135 | 7 | 0 | 13 | 135 | 73 | 65 | 127 | 26 |
| Binary | 1101000 | 1011101 | 111 | 0 | 1011 | 1011101 | 111011 | 110101 | 1010111 | 10110 |
Color Harmonies of #685D07
Complementary color
Monochromatic Colors of #685D07
Black with #685D07
Text Example
Text Example
White with #685D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685D07; }
p { color: rgb(104,93,7); }
H1.HeaderClassName
{
color: #685D07;
}
.AnyTagClassName
{
color: #685D07;
}
</style>
background-color css
<style>
a { background-color: #685D07; }
a { background-color: rgb(104,93,7); }
div.DivClassName
{
background-color: #685D07;
}
.BgClassName
{
background-color: #685D07;
}
</style>
border-color css
<style>
span { border-color: #685D07; }
span { border-color: rgb(104,93,7); }
td.TdClassName
{
border-color: #685D07;
}
.TagClassName
{
border-color: #685D07;
}
</style>