Shades of Costa Del Sol #625E0C
Tints of Costa Del Sol #625E0C
RGB
CMYK
RGB Variations
Color information
#625E0C (or 0x625E0C) is known color: Costa Del Sol. HEX triplet: 62, 5E and 0C. RGB value is (98,94,12). Sum of RGB (Red+Green+Blue) = 98+94+12=204 (27% of max value = 765). Red value is 98 (38.67% from 255 or 48.04% from 204); Green value is 94 (37.11% from 255 or 46.08% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 98 - color contains mainly: red. Hex color #625E0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625E0C is #9DA1F3. Grayscale: #565656. Windows color (decimal): -10330612 or 810594. OLE color: 810594.
HSL color Cylindrical-coordinate representation of color #625E0C: hue angle of 57.21º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #625E0C is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 94 | 12 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.62 |
| HSL | 57.21º | 0.78% | 0.22% | - |
| HSV(B) | 57.21º | 0.88% | 0.38% | - |
| XYZ | 9.11 | 10.63 | 1.92 | - |
| YUV | 85.85 | 86.33 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 94 | 12 | 0 | 0.04 | 0.88 | 0.62 | 57.21 | 0.78 | 0.22 |
| Hex | 62 | 5E | C | 0 | 4 | 58 | 3E | 39 | 4E | 16 |
| Octal | 142 | 136 | 14 | 0 | 4 | 130 | 76 | 71 | 116 | 26 |
| Binary | 1100010 | 1011110 | 1100 | 0 | 100 | 1011000 | 111110 | 111001 | 1001110 | 10110 |
Color Harmonies of #625E0C
Complementary color
Monochromatic Colors of #625E0C
Black with #625E0C
Text Example
Text Example
White with #625E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625E0C; }
p { color: rgb(98,94,12); }
H1.HeaderClassName
{
color: #625E0C;
}
.AnyTagClassName
{
color: #625E0C;
}
</style>
background-color css
<style>
a { background-color: #625E0C; }
a { background-color: rgb(98,94,12); }
div.DivClassName
{
background-color: #625E0C;
}
.BgClassName
{
background-color: #625E0C;
}
</style>
border-color css
<style>
span { border-color: #625E0C; }
span { border-color: rgb(98,94,12); }
td.TdClassName
{
border-color: #625E0C;
}
.TagClassName
{
border-color: #625E0C;
}
</style>