Shades of Costa Del Sol #635C20
Tints of Costa Del Sol #635C20
RGB
CMYK
RGB Variations
Color information
#635C20 (or 0x635C20) is known color: Costa Del Sol. HEX triplet: 63, 5C and 20. RGB value is (99,92,32). Sum of RGB (Red+Green+Blue) = 99+92+32=223 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.39% from 223); Green value is 92 (36.33% from 255 or 41.26% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 99 - color contains mainly: red. Hex color #635C20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635C20 is #9CA3DF. Grayscale: #575757. Windows color (decimal): -10265568 or 2120803. OLE color: 2120803.
HSL color Cylindrical-coordinate representation of color #635C20: hue angle of 53.73º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #635C20 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 92 | 32 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.61 |
| HSL | 53.73º | 0.51% | 0.26% | - |
| HSV(B) | 53.73º | 0.68% | 0.39% | - |
| XYZ | 9.23 | 10.41 | 2.89 | - |
| YUV | 87.25 | 96.82 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 92 | 32 | 0 | 0.07 | 0.68 | 0.61 | 53.73 | 0.51 | 0.26 |
| Hex | 63 | 5C | 20 | 0 | 7 | 44 | 3D | 36 | 33 | 1A |
| Octal | 143 | 134 | 40 | 0 | 7 | 104 | 75 | 66 | 63 | 32 |
| Binary | 1100011 | 1011100 | 100000 | 0 | 111 | 1000100 | 111101 | 110110 | 110011 | 11010 |
Color Harmonies of #635C20
Complementary color
Monochromatic Colors of #635C20
Black with #635C20
Text Example
Text Example
White with #635C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635C20; }
p { color: rgb(99,92,32); }
H1.HeaderClassName
{
color: #635C20;
}
.AnyTagClassName
{
color: #635C20;
}
</style>
background-color css
<style>
a { background-color: #635C20; }
a { background-color: rgb(99,92,32); }
div.DivClassName
{
background-color: #635C20;
}
.BgClassName
{
background-color: #635C20;
}
</style>
border-color css
<style>
span { border-color: #635C20; }
span { border-color: rgb(99,92,32); }
td.TdClassName
{
border-color: #635C20;
}
.TagClassName
{
border-color: #635C20;
}
</style>