Shades of Costa Del Sol #625B0C
Tints of Costa Del Sol #625B0C
RGB
CMYK
RGB Variations
Color information
#625B0C (or 0x625B0C) is known color: Costa Del Sol. HEX triplet: 62, 5B and 0C. RGB value is (98,91,12). Sum of RGB (Red+Green+Blue) = 98+91+12=201 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.76% from 201); Green value is 91 (35.94% from 255 or 45.27% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 98 - color contains mainly: red. Hex color #625B0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625B0C is #9DA4F3. Grayscale: #545454. Windows color (decimal): -10331380 or 809826. OLE color: 809826.
HSL color Cylindrical-coordinate representation of color #625B0C: hue angle of 55.12º 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 #625B0C is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 91 | 12 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.62 |
| HSL | 55.12º | 0.78% | 0.22% | - |
| HSV(B) | 55.12º | 0.88% | 0.38% | - |
| XYZ | 8.84 | 10.11 | 1.83 | - |
| YUV | 84.09 | 87.32 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 91 | 12 | 0 | 0.07 | 0.88 | 0.62 | 55.12 | 0.78 | 0.22 |
| Hex | 62 | 5B | C | 0 | 7 | 58 | 3E | 37 | 4E | 16 |
| Octal | 142 | 133 | 14 | 0 | 7 | 130 | 76 | 67 | 116 | 26 |
| Binary | 1100010 | 1011011 | 1100 | 0 | 111 | 1011000 | 111110 | 110111 | 1001110 | 10110 |
Color Harmonies of #625B0C
Complementary color
Monochromatic Colors of #625B0C
Black with #625B0C
Text Example
Text Example
White with #625B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625B0C; }
p { color: rgb(98,91,12); }
H1.HeaderClassName
{
color: #625B0C;
}
.AnyTagClassName
{
color: #625B0C;
}
</style>
background-color css
<style>
a { background-color: #625B0C; }
a { background-color: rgb(98,91,12); }
div.DivClassName
{
background-color: #625B0C;
}
.BgClassName
{
background-color: #625B0C;
}
</style>
border-color css
<style>
span { border-color: #625B0C; }
span { border-color: rgb(98,91,12); }
td.TdClassName
{
border-color: #625B0C;
}
.TagClassName
{
border-color: #625B0C;
}
</style>