Shades of Costa Del Sol #635E16
Tints of Costa Del Sol #635E16
RGB
CMYK
RGB Variations
Color information
#635E16 (or 0x635E16) is known color: Costa Del Sol. HEX triplet: 63, 5E and 16. RGB value is (99,94,22). Sum of RGB (Red+Green+Blue) = 99+94+22=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 94 (37.11% from 255 or 43.72% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 99 - color contains mainly: red. Hex color #635E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635E16 is #9CA1E9. Grayscale: #575757. Windows color (decimal): -10265066 or 1465955. OLE color: 1465955.
HSL color Cylindrical-coordinate representation of color #635E16: hue angle of 56.1º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #635E16 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 94 | 22 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.61 |
| HSL | 56.1º | 0.64% | 0.24% | - |
| HSV(B) | 56.1º | 0.78% | 0.39% | - |
| XYZ | 9.29 | 10.72 | 2.34 | - |
| YUV | 87.29 | 91.16 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 94 | 22 | 0 | 0.05 | 0.78 | 0.61 | 56.1 | 0.64 | 0.24 |
| Hex | 63 | 5E | 16 | 0 | 5 | 4E | 3D | 38 | 40 | 18 |
| Octal | 143 | 136 | 26 | 0 | 5 | 116 | 75 | 70 | 100 | 30 |
| Binary | 1100011 | 1011110 | 10110 | 0 | 101 | 1001110 | 111101 | 111000 | 1000000 | 11000 |
Color Harmonies of #635E16
Complementary color
Monochromatic Colors of #635E16
Black with #635E16
Text Example
Text Example
White with #635E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635E16; }
p { color: rgb(99,94,22); }
H1.HeaderClassName
{
color: #635E16;
}
.AnyTagClassName
{
color: #635E16;
}
</style>
background-color css
<style>
a { background-color: #635E16; }
a { background-color: rgb(99,94,22); }
div.DivClassName
{
background-color: #635E16;
}
.BgClassName
{
background-color: #635E16;
}
</style>
border-color css
<style>
span { border-color: #635E16; }
span { border-color: rgb(99,94,22); }
td.TdClassName
{
border-color: #635E16;
}
.TagClassName
{
border-color: #635E16;
}
</style>