Shades of Costa Del Sol #625F0E
Tints of Costa Del Sol #625F0E
RGB
CMYK
RGB Variations
Color information
#625F0E (or 0x625F0E) is known color: Costa Del Sol. HEX triplet: 62, 5F and 0E. RGB value is (98,95,14). Sum of RGB (Red+Green+Blue) = 98+95+14=207 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.34% from 207); Green value is 95 (37.5% from 255 or 45.89% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 98 - color contains mainly: red. Hex color #625F0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625F0E is #9DA0F1. Grayscale: #565656. Windows color (decimal): -10330354 or 941922. OLE color: 941922.
HSL color Cylindrical-coordinate representation of color #625F0E: hue angle of 57.86º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #625F0E is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 95 | 14 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.62 |
| HSL | 57.86º | 0.75% | 0.22% | - |
| HSV(B) | 57.86º | 0.86% | 0.38% | - |
| XYZ | 9.21 | 10.81 | 2.02 | - |
| YUV | 86.66 | 86.99 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 95 | 14 | 0 | 0.03 | 0.86 | 0.62 | 57.86 | 0.75 | 0.22 |
| Hex | 62 | 5F | E | 0 | 3 | 56 | 3E | 3A | 4B | 16 |
| Octal | 142 | 137 | 16 | 0 | 3 | 126 | 76 | 72 | 113 | 26 |
| Binary | 1100010 | 1011111 | 1110 | 0 | 11 | 1010110 | 111110 | 111010 | 1001011 | 10110 |
Color Harmonies of #625F0E
Complementary color
Monochromatic Colors of #625F0E
Black with #625F0E
Text Example
Text Example
White with #625F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625F0E; }
p { color: rgb(98,95,14); }
H1.HeaderClassName
{
color: #625F0E;
}
.AnyTagClassName
{
color: #625F0E;
}
</style>
background-color css
<style>
a { background-color: #625F0E; }
a { background-color: rgb(98,95,14); }
div.DivClassName
{
background-color: #625F0E;
}
.BgClassName
{
background-color: #625F0E;
}
</style>
border-color css
<style>
span { border-color: #625F0E; }
span { border-color: rgb(98,95,14); }
td.TdClassName
{
border-color: #625F0E;
}
.TagClassName
{
border-color: #625F0E;
}
</style>