Shades of Costa Del Sol #63600B
Tints of Costa Del Sol #63600B
RGB
CMYK
RGB Variations
Color information
#63600B (or 0x63600B) is known color: Costa Del Sol. HEX triplet: 63, 60 and 0B. RGB value is (99,96,11). Sum of RGB (Red+Green+Blue) = 99+96+11=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #63600B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63600B is #9C9FF4. Grayscale: #575757. Windows color (decimal): -10264565 or 745571. OLE color: 745571.
HSL color Cylindrical-coordinate representation of color #63600B: hue angle of 57.95º 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 #63600B is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 96 | 11 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.61 |
| HSL | 57.95º | 0.8% | 0.22% | - |
| HSV(B) | 57.95º | 0.89% | 0.39% | - |
| XYZ | 9.39 | 11.04 | 1.95 | - |
| YUV | 87.21 | 84.99 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 96 | 11 | 0 | 0.03 | 0.89 | 0.61 | 57.95 | 0.8 | 0.22 |
| Hex | 63 | 60 | B | 0 | 3 | 59 | 3D | 3A | 50 | 16 |
| Octal | 143 | 140 | 13 | 0 | 3 | 131 | 75 | 72 | 120 | 26 |
| Binary | 1100011 | 1100000 | 1011 | 0 | 11 | 1011001 | 111101 | 111010 | 1010000 | 10110 |
Color Harmonies of #63600B
Complementary color
Monochromatic Colors of #63600B
Black with #63600B
Text Example
Text Example
White with #63600B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63600B; }
p { color: rgb(99,96,11); }
H1.HeaderClassName
{
color: #63600B;
}
.AnyTagClassName
{
color: #63600B;
}
</style>
background-color css
<style>
a { background-color: #63600B; }
a { background-color: rgb(99,96,11); }
div.DivClassName
{
background-color: #63600B;
}
.BgClassName
{
background-color: #63600B;
}
</style>
border-color css
<style>
span { border-color: #63600B; }
span { border-color: rgb(99,96,11); }
td.TdClassName
{
border-color: #63600B;
}
.TagClassName
{
border-color: #63600B;
}
</style>