Shades of Costa Del Sol #635C0A
Tints of Costa Del Sol #635C0A
RGB
CMYK
RGB Variations
Color information
#635C0A (or 0x635C0A) is known color: Costa Del Sol. HEX triplet: 63, 5C and 0A. RGB value is (99,92,10). Sum of RGB (Red+Green+Blue) = 99+92+10=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 92 (36.33% from 255 or 45.77% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #635C0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635C0A is #9CA3F5. Grayscale: #555555. Windows color (decimal): -10265590 or 679011. OLE color: 679011.
HSL color Cylindrical-coordinate representation of color #635C0A: hue angle of 55.28º 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 #635C0A is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 92 | 10 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.61 |
| HSL | 55.28º | 0.82% | 0.21% | - |
| HSV(B) | 55.28º | 0.9% | 0.39% | - |
| XYZ | 9.03 | 10.33 | 1.81 | - |
| YUV | 84.75 | 85.82 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 92 | 10 | 0 | 0.07 | 0.90 | 0.61 | 55.28 | 0.82 | 0.21 |
| Hex | 63 | 5C | A | 0 | 7 | 5A | 3D | 37 | 52 | 15 |
| Octal | 143 | 134 | 12 | 0 | 7 | 132 | 75 | 67 | 122 | 25 |
| Binary | 1100011 | 1011100 | 1010 | 0 | 111 | 1011010 | 111101 | 110111 | 1010010 | 10101 |
Color Harmonies of #635C0A
Complementary color
Monochromatic Colors of #635C0A
Black with #635C0A
Text Example
Text Example
White with #635C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635C0A; }
p { color: rgb(99,92,10); }
H1.HeaderClassName
{
color: #635C0A;
}
.AnyTagClassName
{
color: #635C0A;
}
</style>
background-color css
<style>
a { background-color: #635C0A; }
a { background-color: rgb(99,92,10); }
div.DivClassName
{
background-color: #635C0A;
}
.BgClassName
{
background-color: #635C0A;
}
</style>
border-color css
<style>
span { border-color: #635C0A; }
span { border-color: rgb(99,92,10); }
td.TdClassName
{
border-color: #635C0A;
}
.TagClassName
{
border-color: #635C0A;
}
</style>