Shades of Costa Del Sol #635A13
Tints of Costa Del Sol #635A13
RGB
CMYK
RGB Variations
Color information
#635A13 (or 0x635A13) is known color: Costa Del Sol. HEX triplet: 63, 5A and 13. RGB value is (99,90,19). Sum of RGB (Red+Green+Blue) = 99+90+19=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 90 (35.55% from 255 or 43.27% from 208); Blue value is 19 (7.81% from 255 or 9.13% from 208); Max value from RGB is 99 - color contains mainly: red. Hex color #635A13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635A13 is #9CA5EC. Grayscale: #545454. Windows color (decimal): -10266093 or 1268323. OLE color: 1268323.
HSL color Cylindrical-coordinate representation of color #635A13: hue angle of 53.25º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #635A13 is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 90 | 19 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.61 |
| HSL | 53.25º | 0.68% | 0.23% | - |
| HSV(B) | 53.25º | 0.81% | 0.39% | - |
| XYZ | 8.92 | 10.01 | 2.08 | - |
| YUV | 84.6 | 90.98 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 90 | 19 | 0 | 0.09 | 0.81 | 0.61 | 53.25 | 0.68 | 0.23 |
| Hex | 63 | 5A | 13 | 0 | 9 | 51 | 3D | 35 | 44 | 17 |
| Octal | 143 | 132 | 23 | 0 | 11 | 121 | 75 | 65 | 104 | 27 |
| Binary | 1100011 | 1011010 | 10011 | 0 | 1001 | 1010001 | 111101 | 110101 | 1000100 | 10111 |
Color Harmonies of #635A13
Complementary color
Monochromatic Colors of #635A13
Black with #635A13
Text Example
Text Example
White with #635A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635A13; }
p { color: rgb(99,90,19); }
H1.HeaderClassName
{
color: #635A13;
}
.AnyTagClassName
{
color: #635A13;
}
</style>
background-color css
<style>
a { background-color: #635A13; }
a { background-color: rgb(99,90,19); }
div.DivClassName
{
background-color: #635A13;
}
.BgClassName
{
background-color: #635A13;
}
</style>
border-color css
<style>
span { border-color: #635A13; }
span { border-color: rgb(99,90,19); }
td.TdClassName
{
border-color: #635A13;
}
.TagClassName
{
border-color: #635A13;
}
</style>