Shades of Costa Del Sol #63600A
Tints of Costa Del Sol #63600A
RGB
CMYK
RGB Variations
Color information
#63600A (or 0x63600A) is known color: Costa Del Sol. HEX triplet: 63, 60 and 0A. RGB value is (99,96,10). Sum of RGB (Red+Green+Blue) = 99+96+10=205 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.29% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 99 - color contains mainly: red. Hex color #63600A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63600A is #9C9FF5. Grayscale: #575757. Windows color (decimal): -10264566 or 680035. OLE color: 680035.
HSL color Cylindrical-coordinate representation of color #63600A: hue angle of 57.98º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #63600A is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 96 | 10 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.61 |
| HSL | 57.98º | 0.82% | 0.21% | - |
| HSV(B) | 57.98º | 0.9% | 0.39% | - |
| XYZ | 9.38 | 11.04 | 1.92 | - |
| YUV | 87.09 | 84.49 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 96 | 10 | 0 | 0.03 | 0.90 | 0.61 | 57.98 | 0.82 | 0.21 |
| Hex | 63 | 60 | A | 0 | 3 | 5A | 3D | 3A | 52 | 15 |
| Octal | 143 | 140 | 12 | 0 | 3 | 132 | 75 | 72 | 122 | 25 |
| Binary | 1100011 | 1100000 | 1010 | 0 | 11 | 1011010 | 111101 | 111010 | 1010010 | 10101 |
Color Harmonies of #63600A
Complementary color
Monochromatic Colors of #63600A
Black with #63600A
Text Example
Text Example
White with #63600A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63600A; }
p { color: rgb(99,96,10); }
H1.HeaderClassName
{
color: #63600A;
}
.AnyTagClassName
{
color: #63600A;
}
</style>
background-color css
<style>
a { background-color: #63600A; }
a { background-color: rgb(99,96,10); }
div.DivClassName
{
background-color: #63600A;
}
.BgClassName
{
background-color: #63600A;
}
</style>
border-color css
<style>
span { border-color: #63600A; }
span { border-color: rgb(99,96,10); }
td.TdClassName
{
border-color: #63600A;
}
.TagClassName
{
border-color: #63600A;
}
</style>