Shades of Costa Del Sol #635C05
Tints of Costa Del Sol #635C05
RGB
CMYK
RGB Variations
Color information
#635C05 (or 0x635C05) is known color: Costa Del Sol. HEX triplet: 63, 5C and 05. RGB value is (99,92,5). Sum of RGB (Red+Green+Blue) = 99+92+5=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 92 (36.33% from 255 or 46.94% from 196); Blue value is 5 (2.34% from 255 or 2.55% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #635C05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635C05 is #9CA3FA. Grayscale: #545454. Windows color (decimal): -10265595 or 351331. OLE color: 351331.
HSL color Cylindrical-coordinate representation of color #635C05: hue angle of 55.53º 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 #635C05 is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 92 | 5 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.61 |
| HSL | 55.53º | 0.9% | 0.2% | - |
| HSV(B) | 55.53º | 0.95% | 0.39% | - |
| XYZ | 9 | 10.32 | 1.66 | - |
| YUV | 84.18 | 83.32 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 92 | 5 | 0 | 0.07 | 0.95 | 0.61 | 55.53 | 0.9 | 0.2 |
| Hex | 63 | 5C | 5 | 0 | 7 | 5F | 3D | 38 | 5A | 14 |
| Octal | 143 | 134 | 5 | 0 | 7 | 137 | 75 | 70 | 132 | 24 |
| Binary | 1100011 | 1011100 | 101 | 0 | 111 | 1011111 | 111101 | 111000 | 1011010 | 10100 |
Color Harmonies of #635C05
Complementary color
Monochromatic Colors of #635C05
Black with #635C05
Text Example
Text Example
White with #635C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635C05; }
p { color: rgb(99,92,5); }
H1.HeaderClassName
{
color: #635C05;
}
.AnyTagClassName
{
color: #635C05;
}
</style>
background-color css
<style>
a { background-color: #635C05; }
a { background-color: rgb(99,92,5); }
div.DivClassName
{
background-color: #635C05;
}
.BgClassName
{
background-color: #635C05;
}
</style>
border-color css
<style>
span { border-color: #635C05; }
span { border-color: rgb(99,92,5); }
td.TdClassName
{
border-color: #635C05;
}
.TagClassName
{
border-color: #635C05;
}
</style>