Shades of Costa Del Sol #625C0D
Tints of Costa Del Sol #625C0D
RGB
CMYK
RGB Variations
Color information
#625C0D (or 0x625C0D) is known color: Costa Del Sol. HEX triplet: 62, 5C and 0D. RGB value is (98,92,13). Sum of RGB (Red+Green+Blue) = 98+92+13=203 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.28% from 203); Green value is 92 (36.33% from 255 or 45.32% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 98 - color contains mainly: red. Hex color #625C0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625C0D is #9DA3F2. Grayscale: #555555. Windows color (decimal): -10331123 or 875618. OLE color: 875618.
HSL color Cylindrical-coordinate representation of color #625C0D: hue angle of 55.76º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #625C0D is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 92 | 13 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.62 |
| HSL | 55.76º | 0.77% | 0.22% | - |
| HSV(B) | 55.76º | 0.87% | 0.38% | - |
| XYZ | 8.94 | 10.28 | 1.89 | - |
| YUV | 84.79 | 87.49 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 92 | 13 | 0 | 0.06 | 0.87 | 0.62 | 55.76 | 0.77 | 0.22 |
| Hex | 62 | 5C | D | 0 | 6 | 57 | 3E | 38 | 4D | 16 |
| Octal | 142 | 134 | 15 | 0 | 6 | 127 | 76 | 70 | 115 | 26 |
| Binary | 1100010 | 1011100 | 1101 | 0 | 110 | 1010111 | 111110 | 111000 | 1001101 | 10110 |
Color Harmonies of #625C0D
Complementary color
Monochromatic Colors of #625C0D
Black with #625C0D
Text Example
Text Example
White with #625C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625C0D; }
p { color: rgb(98,92,13); }
H1.HeaderClassName
{
color: #625C0D;
}
.AnyTagClassName
{
color: #625C0D;
}
</style>
background-color css
<style>
a { background-color: #625C0D; }
a { background-color: rgb(98,92,13); }
div.DivClassName
{
background-color: #625C0D;
}
.BgClassName
{
background-color: #625C0D;
}
</style>
border-color css
<style>
span { border-color: #625C0D; }
span { border-color: rgb(98,92,13); }
td.TdClassName
{
border-color: #625C0D;
}
.TagClassName
{
border-color: #625C0D;
}
</style>