Shades of Costa Del Sol #625C0E
Tints of Costa Del Sol #625C0E
RGB
CMYK
RGB Variations
Color information
#625C0E (or 0x625C0E) is known color: Costa Del Sol. HEX triplet: 62, 5C and 0E. RGB value is (98,92,14). Sum of RGB (Red+Green+Blue) = 98+92+14=204 (27% of max value = 765). Red value is 98 (38.67% from 255 or 48.04% from 204); Green value is 92 (36.33% from 255 or 45.10% from 204); Blue value is 14 (5.86% from 255 or 6.86% from 204); Max value from RGB is 98 - color contains mainly: red. Hex color #625C0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625C0E is #9DA3F1. Grayscale: #555555. Windows color (decimal): -10331122 or 941154. OLE color: 941154.
HSL color Cylindrical-coordinate representation of color #625C0E: hue angle of 55.71º 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 #625C0E is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 92 | 14 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.62 |
| HSL | 55.71º | 0.75% | 0.22% | - |
| HSV(B) | 55.71º | 0.86% | 0.38% | - |
| XYZ | 8.94 | 10.28 | 1.93 | - |
| YUV | 84.9 | 87.99 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 92 | 14 | 0 | 0.06 | 0.86 | 0.62 | 55.71 | 0.75 | 0.22 |
| Hex | 62 | 5C | E | 0 | 6 | 56 | 3E | 38 | 4B | 16 |
| Octal | 142 | 134 | 16 | 0 | 6 | 126 | 76 | 70 | 113 | 26 |
| Binary | 1100010 | 1011100 | 1110 | 0 | 110 | 1010110 | 111110 | 111000 | 1001011 | 10110 |
Color Harmonies of #625C0E
Complementary color
Monochromatic Colors of #625C0E
Black with #625C0E
Text Example
Text Example
White with #625C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625C0E; }
p { color: rgb(98,92,14); }
H1.HeaderClassName
{
color: #625C0E;
}
.AnyTagClassName
{
color: #625C0E;
}
</style>
background-color css
<style>
a { background-color: #625C0E; }
a { background-color: rgb(98,92,14); }
div.DivClassName
{
background-color: #625C0E;
}
.BgClassName
{
background-color: #625C0E;
}
</style>
border-color css
<style>
span { border-color: #625C0E; }
span { border-color: rgb(98,92,14); }
td.TdClassName
{
border-color: #625C0E;
}
.TagClassName
{
border-color: #625C0E;
}
</style>