Shades of Costa Del Sol #635A14
Tints of Costa Del Sol #635A14
RGB
CMYK
RGB Variations
Color information
#635A14 (or 0x635A14) is known color: Costa Del Sol. HEX triplet: 63, 5A and 14. RGB value is (99,90,20). Sum of RGB (Red+Green+Blue) = 99+90+20=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 20 (8.20% from 255 or 9.57% from 209); Max value from RGB is 99 - color contains mainly: red. Hex color #635A14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635A14 is #9CA5EB. Grayscale: #555555. Windows color (decimal): -10266092 or 1333859. OLE color: 1333859.
HSL color Cylindrical-coordinate representation of color #635A14: hue angle of 53.16º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #635A14 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 90 | 20 | - |
| CMYK | 0 | 0.09 | 0.80 | 0.61 |
| HSL | 53.16º | 0.66% | 0.23% | - |
| HSV(B) | 53.16º | 0.8% | 0.39% | - |
| XYZ | 8.93 | 10.02 | 2.12 | - |
| YUV | 84.71 | 91.48 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 90 | 20 | 0 | 0.09 | 0.80 | 0.61 | 53.16 | 0.66 | 0.23 |
| Hex | 63 | 5A | 14 | 0 | 9 | 50 | 3D | 35 | 42 | 17 |
| Octal | 143 | 132 | 24 | 0 | 11 | 120 | 75 | 65 | 102 | 27 |
| Binary | 1100011 | 1011010 | 10100 | 0 | 1001 | 1010000 | 111101 | 110101 | 1000010 | 10111 |
Color Harmonies of #635A14
Complementary color
Monochromatic Colors of #635A14
Black with #635A14
Text Example
Text Example
White with #635A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635A14; }
p { color: rgb(99,90,20); }
H1.HeaderClassName
{
color: #635A14;
}
.AnyTagClassName
{
color: #635A14;
}
</style>
background-color css
<style>
a { background-color: #635A14; }
a { background-color: rgb(99,90,20); }
div.DivClassName
{
background-color: #635A14;
}
.BgClassName
{
background-color: #635A14;
}
</style>
border-color css
<style>
span { border-color: #635A14; }
span { border-color: rgb(99,90,20); }
td.TdClassName
{
border-color: #635A14;
}
.TagClassName
{
border-color: #635A14;
}
</style>