Shades of Costa Del Sol #63580B
Tints of Costa Del Sol #63580B
RGB
CMYK
RGB Variations
Color information
#63580B (or 0x63580B) is known color: Costa Del Sol. HEX triplet: 63, 58 and 0B. RGB value is (99,88,11). Sum of RGB (Red+Green+Blue) = 99+88+11=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 88 (34.77% from 255 or 44.44% from 198); Blue value is 11 (4.69% from 255 or 5.56% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #63580B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63580B is #9CA7F4. Grayscale: #525252. Windows color (decimal): -10266613 or 743523. OLE color: 743523.
HSL color Cylindrical-coordinate representation of color #63580B: hue angle of 52.5º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #63580B is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 88 | 11 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.61 |
| HSL | 52.5º | 0.8% | 0.22% | - |
| HSV(B) | 52.5º | 0.89% | 0.39% | - |
| XYZ | 8.7 | 9.66 | 1.72 | - |
| YUV | 82.51 | 87.64 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 88 | 11 | 0 | 0.11 | 0.89 | 0.61 | 52.5 | 0.8 | 0.22 |
| Hex | 63 | 58 | B | 0 | B | 59 | 3D | 34 | 50 | 16 |
| Octal | 143 | 130 | 13 | 0 | 13 | 131 | 75 | 64 | 120 | 26 |
| Binary | 1100011 | 1011000 | 1011 | 0 | 1011 | 1011001 | 111101 | 110100 | 1010000 | 10110 |
Color Harmonies of #63580B
Complementary color
Monochromatic Colors of #63580B
Black with #63580B
Text Example
Text Example
White with #63580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63580B; }
p { color: rgb(99,88,11); }
H1.HeaderClassName
{
color: #63580B;
}
.AnyTagClassName
{
color: #63580B;
}
</style>
background-color css
<style>
a { background-color: #63580B; }
a { background-color: rgb(99,88,11); }
div.DivClassName
{
background-color: #63580B;
}
.BgClassName
{
background-color: #63580B;
}
</style>
border-color css
<style>
span { border-color: #63580B; }
span { border-color: rgb(99,88,11); }
td.TdClassName
{
border-color: #63580B;
}
.TagClassName
{
border-color: #63580B;
}
</style>