Shades of Costa Del Sol #635D10
Tints of Costa Del Sol #635D10
RGB
CMYK
RGB Variations
Color information
#635D10 (or 0x635D10) is known color: Costa Del Sol. HEX triplet: 63, 5D and 10. RGB value is (99,93,16). Sum of RGB (Red+Green+Blue) = 99+93+16=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 93 (36.72% from 255 or 44.71% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 99 - color contains mainly: red. Hex color #635D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635D10 is #9CA2EF. Grayscale: #565656. Windows color (decimal): -10265328 or 1072483. OLE color: 1072483.
HSL color Cylindrical-coordinate representation of color #635D10: hue angle of 55.66º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #635D10 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 93 | 16 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.61 |
| HSL | 55.66º | 0.72% | 0.23% | - |
| HSV(B) | 55.66º | 0.84% | 0.39% | - |
| XYZ | 9.15 | 10.52 | 2.04 | - |
| YUV | 86.02 | 88.49 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 93 | 16 | 0 | 0.06 | 0.84 | 0.61 | 55.66 | 0.72 | 0.23 |
| Hex | 63 | 5D | 10 | 0 | 6 | 54 | 3D | 38 | 48 | 17 |
| Octal | 143 | 135 | 20 | 0 | 6 | 124 | 75 | 70 | 110 | 27 |
| Binary | 1100011 | 1011101 | 10000 | 0 | 110 | 1010100 | 111101 | 111000 | 1001000 | 10111 |
Color Harmonies of #635D10
Complementary color
Monochromatic Colors of #635D10
Black with #635D10
Text Example
Text Example
White with #635D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635D10; }
p { color: rgb(99,93,16); }
H1.HeaderClassName
{
color: #635D10;
}
.AnyTagClassName
{
color: #635D10;
}
</style>
background-color css
<style>
a { background-color: #635D10; }
a { background-color: rgb(99,93,16); }
div.DivClassName
{
background-color: #635D10;
}
.BgClassName
{
background-color: #635D10;
}
</style>
border-color css
<style>
span { border-color: #635D10; }
span { border-color: rgb(99,93,16); }
td.TdClassName
{
border-color: #635D10;
}
.TagClassName
{
border-color: #635D10;
}
</style>