Shades of Costa Del Sol #635A0A
Tints of Costa Del Sol #635A0A
RGB
CMYK
RGB Variations
Color information
#635A0A (or 0x635A0A) is known color: Costa Del Sol. HEX triplet: 63, 5A and 0A. RGB value is (99,90,10). Sum of RGB (Red+Green+Blue) = 99+90+10=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 90 (35.55% from 255 or 45.23% from 199); Blue value is 10 (4.30% from 255 or 5.03% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #635A0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635A0A is #9CA5F5. Grayscale: #535353. Windows color (decimal): -10266102 or 678499. OLE color: 678499.
HSL color Cylindrical-coordinate representation of color #635A0A: hue angle of 53.93º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #635A0A is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 90 | 10 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.61 |
| HSL | 53.93º | 0.82% | 0.21% | - |
| HSV(B) | 53.93º | 0.9% | 0.39% | - |
| XYZ | 8.86 | 9.99 | 1.75 | - |
| YUV | 83.57 | 86.48 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 90 | 10 | 0 | 0.09 | 0.90 | 0.61 | 53.93 | 0.82 | 0.21 |
| Hex | 63 | 5A | A | 0 | 9 | 5A | 3D | 36 | 52 | 15 |
| Octal | 143 | 132 | 12 | 0 | 11 | 132 | 75 | 66 | 122 | 25 |
| Binary | 1100011 | 1011010 | 1010 | 0 | 1001 | 1011010 | 111101 | 110110 | 1010010 | 10101 |
Color Harmonies of #635A0A
Complementary color
Monochromatic Colors of #635A0A
Black with #635A0A
Text Example
Text Example
White with #635A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635A0A; }
p { color: rgb(99,90,10); }
H1.HeaderClassName
{
color: #635A0A;
}
.AnyTagClassName
{
color: #635A0A;
}
</style>
background-color css
<style>
a { background-color: #635A0A; }
a { background-color: rgb(99,90,10); }
div.DivClassName
{
background-color: #635A0A;
}
.BgClassName
{
background-color: #635A0A;
}
</style>
border-color css
<style>
span { border-color: #635A0A; }
span { border-color: rgb(99,90,10); }
td.TdClassName
{
border-color: #635A0A;
}
.TagClassName
{
border-color: #635A0A;
}
</style>