Shades of Costa Del Sol #63600D
Tints of Costa Del Sol #63600D
RGB
CMYK
RGB Variations
Color information
#63600D (or 0x63600D) is known color: Costa Del Sol. HEX triplet: 63, 60 and 0D. RGB value is (99,96,13). Sum of RGB (Red+Green+Blue) = 99+96+13=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 96 (37.89% from 255 or 46.15% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 99 - color contains mainly: red. Hex color #63600D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63600D is #9C9FF2. Grayscale: #575757. Windows color (decimal): -10264563 or 876643. OLE color: 876643.
HSL color Cylindrical-coordinate representation of color #63600D: hue angle of 57.91º 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 #63600D is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 96 | 13 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.61 |
| HSL | 57.91º | 0.77% | 0.22% | - |
| HSV(B) | 57.91º | 0.87% | 0.39% | - |
| XYZ | 9.4 | 11.05 | 2.02 | - |
| YUV | 87.44 | 85.99 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 96 | 13 | 0 | 0.03 | 0.87 | 0.61 | 57.91 | 0.77 | 0.22 |
| Hex | 63 | 60 | D | 0 | 3 | 57 | 3D | 3A | 4D | 16 |
| Octal | 143 | 140 | 15 | 0 | 3 | 127 | 75 | 72 | 115 | 26 |
| Binary | 1100011 | 1100000 | 1101 | 0 | 11 | 1010111 | 111101 | 111010 | 1001101 | 10110 |
Color Harmonies of #63600D
Complementary color
Monochromatic Colors of #63600D
Black with #63600D
Text Example
Text Example
White with #63600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63600D; }
p { color: rgb(99,96,13); }
H1.HeaderClassName
{
color: #63600D;
}
.AnyTagClassName
{
color: #63600D;
}
</style>
background-color css
<style>
a { background-color: #63600D; }
a { background-color: rgb(99,96,13); }
div.DivClassName
{
background-color: #63600D;
}
.BgClassName
{
background-color: #63600D;
}
</style>
border-color css
<style>
span { border-color: #63600D; }
span { border-color: rgb(99,96,13); }
td.TdClassName
{
border-color: #63600D;
}
.TagClassName
{
border-color: #63600D;
}
</style>