Shades of Costa Del Sol #635D05
Tints of Costa Del Sol #635D05
RGB
CMYK
RGB Variations
Color information
#635D05 (or 0x635D05) is known color: Costa Del Sol. HEX triplet: 63, 5D and 05. RGB value is (99,93,5). Sum of RGB (Red+Green+Blue) = 99+93+5=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 93 (36.72% from 255 or 47.21% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #635D05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635D05 is #9CA2FA. Grayscale: #555555. Windows color (decimal): -10265339 or 351587. OLE color: 351587.
HSL color Cylindrical-coordinate representation of color #635D05: hue angle of 56.17º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #635D05 is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 93 | 5 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.61 |
| HSL | 56.17º | 0.9% | 0.2% | - |
| HSV(B) | 56.17º | 0.95% | 0.39% | - |
| XYZ | 9.09 | 10.49 | 1.69 | - |
| YUV | 84.76 | 82.99 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 93 | 5 | 0 | 0.06 | 0.95 | 0.61 | 56.17 | 0.9 | 0.2 |
| Hex | 63 | 5D | 5 | 0 | 6 | 5F | 3D | 38 | 5A | 14 |
| Octal | 143 | 135 | 5 | 0 | 6 | 137 | 75 | 70 | 132 | 24 |
| Binary | 1100011 | 1011101 | 101 | 0 | 110 | 1011111 | 111101 | 111000 | 1011010 | 10100 |
Color Harmonies of #635D05
Complementary color
Monochromatic Colors of #635D05
Black with #635D05
Text Example
Text Example
White with #635D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635D05; }
p { color: rgb(99,93,5); }
H1.HeaderClassName
{
color: #635D05;
}
.AnyTagClassName
{
color: #635D05;
}
</style>
background-color css
<style>
a { background-color: #635D05; }
a { background-color: rgb(99,93,5); }
div.DivClassName
{
background-color: #635D05;
}
.BgClassName
{
background-color: #635D05;
}
</style>
border-color css
<style>
span { border-color: #635D05; }
span { border-color: rgb(99,93,5); }
td.TdClassName
{
border-color: #635D05;
}
.TagClassName
{
border-color: #635D05;
}
</style>