Shades of Costa Del Sol #635C13
Tints of Costa Del Sol #635C13
RGB
CMYK
RGB Variations
Color information
#635C13 (or 0x635C13) is known color: Costa Del Sol. HEX triplet: 63, 5C and 13. RGB value is (99,92,19). Sum of RGB (Red+Green+Blue) = 99+92+19=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 92 (36.33% from 255 or 43.81% from 210); Blue value is 19 (7.81% from 255 or 9.05% from 210); Max value from RGB is 99 - color contains mainly: red. Hex color #635C13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635C13 is #9CA3EC. Grayscale: #565656. Windows color (decimal): -10265581 or 1268835. OLE color: 1268835.
HSL color Cylindrical-coordinate representation of color #635C13: hue angle of 54.75º 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 #635C13 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 92 | 19 | - |
| CMYK | 0 | 0.07 | 0.81 | 0.61 |
| HSL | 54.75º | 0.68% | 0.23% | - |
| HSV(B) | 54.75º | 0.81% | 0.39% | - |
| XYZ | 9.09 | 10.35 | 2.14 | - |
| YUV | 85.77 | 90.32 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 92 | 19 | 0 | 0.07 | 0.81 | 0.61 | 54.75 | 0.68 | 0.23 |
| Hex | 63 | 5C | 13 | 0 | 7 | 51 | 3D | 37 | 44 | 17 |
| Octal | 143 | 134 | 23 | 0 | 7 | 121 | 75 | 67 | 104 | 27 |
| Binary | 1100011 | 1011100 | 10011 | 0 | 111 | 1010001 | 111101 | 110111 | 1000100 | 10111 |
Color Harmonies of #635C13
Complementary color
Monochromatic Colors of #635C13
Black with #635C13
Text Example
Text Example
White with #635C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635C13; }
p { color: rgb(99,92,19); }
H1.HeaderClassName
{
color: #635C13;
}
.AnyTagClassName
{
color: #635C13;
}
</style>
background-color css
<style>
a { background-color: #635C13; }
a { background-color: rgb(99,92,19); }
div.DivClassName
{
background-color: #635C13;
}
.BgClassName
{
background-color: #635C13;
}
</style>
border-color css
<style>
span { border-color: #635C13; }
span { border-color: rgb(99,92,19); }
td.TdClassName
{
border-color: #635C13;
}
.TagClassName
{
border-color: #635C13;
}
</style>