Shades of Costa Del Sol #635D20
Tints of Costa Del Sol #635D20
RGB
CMYK
RGB Variations
Color information
#635D20 (or 0x635D20) is known color: Costa Del Sol. HEX triplet: 63, 5D and 20. RGB value is (99,93,32). Sum of RGB (Red+Green+Blue) = 99+93+32=224 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.20% from 224); Green value is 93 (36.72% from 255 or 41.52% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 99 - color contains mainly: red. Hex color #635D20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635D20 is #9CA2DF. Grayscale: #585858. Windows color (decimal): -10265312 or 2121059. OLE color: 2121059.
HSL color Cylindrical-coordinate representation of color #635D20: hue angle of 54.63º 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 #635D20 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 93 | 32 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.61 |
| HSL | 54.63º | 0.51% | 0.26% | - |
| HSV(B) | 54.63º | 0.68% | 0.39% | - |
| XYZ | 9.32 | 10.59 | 2.92 | - |
| YUV | 87.84 | 96.49 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 93 | 32 | 0 | 0.06 | 0.68 | 0.61 | 54.63 | 0.51 | 0.26 |
| Hex | 63 | 5D | 20 | 0 | 6 | 44 | 3D | 37 | 33 | 1A |
| Octal | 143 | 135 | 40 | 0 | 6 | 104 | 75 | 67 | 63 | 32 |
| Binary | 1100011 | 1011101 | 100000 | 0 | 110 | 1000100 | 111101 | 110111 | 110011 | 11010 |
Color Harmonies of #635D20
Complementary color
Monochromatic Colors of #635D20
Black with #635D20
Text Example
Text Example
White with #635D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635D20; }
p { color: rgb(99,93,32); }
H1.HeaderClassName
{
color: #635D20;
}
.AnyTagClassName
{
color: #635D20;
}
</style>
background-color css
<style>
a { background-color: #635D20; }
a { background-color: rgb(99,93,32); }
div.DivClassName
{
background-color: #635D20;
}
.BgClassName
{
background-color: #635D20;
}
</style>
border-color css
<style>
span { border-color: #635D20; }
span { border-color: rgb(99,93,32); }
td.TdClassName
{
border-color: #635D20;
}
.TagClassName
{
border-color: #635D20;
}
</style>