Shades of Costa Del Sol #625F0F
Tints of Costa Del Sol #625F0F
RGB
CMYK
RGB Variations
Color information
#625F0F (or 0x625F0F) is known color: Costa Del Sol. HEX triplet: 62, 5F and 0F. RGB value is (98,95,15). Sum of RGB (Red+Green+Blue) = 98+95+15=208 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.12% from 208); Green value is 95 (37.5% from 255 or 45.67% from 208); Blue value is 15 (6.25% from 255 or 7.21% from 208); Max value from RGB is 98 - color contains mainly: red. Hex color #625F0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625F0F is #9DA0F0. Grayscale: #575757. Windows color (decimal): -10330353 or 1007458. OLE color: 1007458.
HSL color Cylindrical-coordinate representation of color #625F0F: hue angle of 57.83º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #625F0F is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 95 | 15 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.62 |
| HSL | 57.83º | 0.73% | 0.22% | - |
| HSV(B) | 57.83º | 0.85% | 0.38% | - |
| XYZ | 9.22 | 10.82 | 2.05 | - |
| YUV | 86.78 | 87.49 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 95 | 15 | 0 | 0.03 | 0.85 | 0.62 | 57.83 | 0.73 | 0.22 |
| Hex | 62 | 5F | F | 0 | 3 | 55 | 3E | 3A | 49 | 16 |
| Octal | 142 | 137 | 17 | 0 | 3 | 125 | 76 | 72 | 111 | 26 |
| Binary | 1100010 | 1011111 | 1111 | 0 | 11 | 1010101 | 111110 | 111010 | 1001001 | 10110 |
Color Harmonies of #625F0F
Complementary color
Monochromatic Colors of #625F0F
Black with #625F0F
Text Example
Text Example
White with #625F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625F0F; }
p { color: rgb(98,95,15); }
H1.HeaderClassName
{
color: #625F0F;
}
.AnyTagClassName
{
color: #625F0F;
}
</style>
background-color css
<style>
a { background-color: #625F0F; }
a { background-color: rgb(98,95,15); }
div.DivClassName
{
background-color: #625F0F;
}
.BgClassName
{
background-color: #625F0F;
}
</style>
border-color css
<style>
span { border-color: #625F0F; }
span { border-color: rgb(98,95,15); }
td.TdClassName
{
border-color: #625F0F;
}
.TagClassName
{
border-color: #625F0F;
}
</style>