Shades of Costa Del Sol #635A11
Tints of Costa Del Sol #635A11
RGB
CMYK
RGB Variations
Color information
#635A11 (or 0x635A11) is known color: Costa Del Sol. HEX triplet: 63, 5A and 11. RGB value is (99,90,17). Sum of RGB (Red+Green+Blue) = 99+90+17=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 90 (35.55% from 255 or 43.69% from 206); Blue value is 17 (7.03% from 255 or 8.25% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #635A11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635A11 is #9CA5EE. Grayscale: #545454. Windows color (decimal): -10266095 or 1137251. OLE color: 1137251.
HSL color Cylindrical-coordinate representation of color #635A11: hue angle of 53.41º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #635A11 is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 90 | 17 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.61 |
| HSL | 53.41º | 0.71% | 0.23% | - |
| HSV(B) | 53.41º | 0.83% | 0.39% | - |
| XYZ | 8.9 | 10.01 | 1.99 | - |
| YUV | 84.37 | 89.98 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 90 | 17 | 0 | 0.09 | 0.83 | 0.61 | 53.41 | 0.71 | 0.23 |
| Hex | 63 | 5A | 11 | 0 | 9 | 53 | 3D | 35 | 47 | 17 |
| Octal | 143 | 132 | 21 | 0 | 11 | 123 | 75 | 65 | 107 | 27 |
| Binary | 1100011 | 1011010 | 10001 | 0 | 1001 | 1010011 | 111101 | 110101 | 1000111 | 10111 |
Color Harmonies of #635A11
Complementary color
Monochromatic Colors of #635A11
Black with #635A11
Text Example
Text Example
White with #635A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635A11; }
p { color: rgb(99,90,17); }
H1.HeaderClassName
{
color: #635A11;
}
.AnyTagClassName
{
color: #635A11;
}
</style>
background-color css
<style>
a { background-color: #635A11; }
a { background-color: rgb(99,90,17); }
div.DivClassName
{
background-color: #635A11;
}
.BgClassName
{
background-color: #635A11;
}
</style>
border-color css
<style>
span { border-color: #635A11; }
span { border-color: rgb(99,90,17); }
td.TdClassName
{
border-color: #635A11;
}
.TagClassName
{
border-color: #635A11;
}
</style>