Shades of Costa Del Sol #635B16
Tints of Costa Del Sol #635B16
RGB
CMYK
RGB Variations
Color information
#635B16 (or 0x635B16) is known color: Costa Del Sol. HEX triplet: 63, 5B and 16. RGB value is (99,91,22). Sum of RGB (Red+Green+Blue) = 99+91+22=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 91 (35.94% from 255 or 42.92% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #635B16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635B16 is #9CA4E9. Grayscale: #555555. Windows color (decimal): -10265834 or 1465187. OLE color: 1465187.
HSL color Cylindrical-coordinate representation of color #635B16: hue angle of 53.77º 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 #635B16 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 91 | 22 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.61 |
| HSL | 53.77º | 0.64% | 0.24% | - |
| HSV(B) | 53.77º | 0.78% | 0.39% | - |
| XYZ | 9.03 | 10.19 | 2.25 | - |
| YUV | 85.53 | 92.15 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 91 | 22 | 0 | 0.08 | 0.78 | 0.61 | 53.77 | 0.64 | 0.24 |
| Hex | 63 | 5B | 16 | 0 | 8 | 4E | 3D | 36 | 40 | 18 |
| Octal | 143 | 133 | 26 | 0 | 10 | 116 | 75 | 66 | 100 | 30 |
| Binary | 1100011 | 1011011 | 10110 | 0 | 1000 | 1001110 | 111101 | 110110 | 1000000 | 11000 |
Color Harmonies of #635B16
Complementary color
Monochromatic Colors of #635B16
Black with #635B16
Text Example
Text Example
White with #635B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635B16; }
p { color: rgb(99,91,22); }
H1.HeaderClassName
{
color: #635B16;
}
.AnyTagClassName
{
color: #635B16;
}
</style>
background-color css
<style>
a { background-color: #635B16; }
a { background-color: rgb(99,91,22); }
div.DivClassName
{
background-color: #635B16;
}
.BgClassName
{
background-color: #635B16;
}
</style>
border-color css
<style>
span { border-color: #635B16; }
span { border-color: rgb(99,91,22); }
td.TdClassName
{
border-color: #635B16;
}
.TagClassName
{
border-color: #635B16;
}
</style>