Shades of Costa Del Sol #63580D
Tints of Costa Del Sol #63580D
RGB
CMYK
RGB Variations
Color information
#63580D (or 0x63580D) is known color: Costa Del Sol. HEX triplet: 63, 58 and 0D. RGB value is (99,88,13). Sum of RGB (Red+Green+Blue) = 99+88+13=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 88 (34.77% from 255 or 44% from 200); Blue value is 13 (5.47% from 255 or 6.5% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #63580D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63580D is #9CA7F2. Grayscale: #535353. Windows color (decimal): -10266611 or 874595. OLE color: 874595.
HSL color Cylindrical-coordinate representation of color #63580D: hue angle of 52.33º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #63580D is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 88 | 13 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.61 |
| HSL | 52.33º | 0.77% | 0.22% | - |
| HSV(B) | 52.33º | 0.87% | 0.39% | - |
| XYZ | 8.71 | 9.66 | 1.79 | - |
| YUV | 82.74 | 88.64 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 88 | 13 | 0 | 0.11 | 0.87 | 0.61 | 52.33 | 0.77 | 0.22 |
| Hex | 63 | 58 | D | 0 | B | 57 | 3D | 34 | 4D | 16 |
| Octal | 143 | 130 | 15 | 0 | 13 | 127 | 75 | 64 | 115 | 26 |
| Binary | 1100011 | 1011000 | 1101 | 0 | 1011 | 1010111 | 111101 | 110100 | 1001101 | 10110 |
Color Harmonies of #63580D
Complementary color
Monochromatic Colors of #63580D
Black with #63580D
Text Example
Text Example
White with #63580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63580D; }
p { color: rgb(99,88,13); }
H1.HeaderClassName
{
color: #63580D;
}
.AnyTagClassName
{
color: #63580D;
}
</style>
background-color css
<style>
a { background-color: #63580D; }
a { background-color: rgb(99,88,13); }
div.DivClassName
{
background-color: #63580D;
}
.BgClassName
{
background-color: #63580D;
}
</style>
border-color css
<style>
span { border-color: #63580D; }
span { border-color: rgb(99,88,13); }
td.TdClassName
{
border-color: #63580D;
}
.TagClassName
{
border-color: #63580D;
}
</style>