Shades of Costa Del Sol #635F10
Tints of Costa Del Sol #635F10
RGB
CMYK
RGB Variations
Color information
#635F10 (or 0x635F10) is known color: Costa Del Sol. HEX triplet: 63, 5F and 10. RGB value is (99,95,16). Sum of RGB (Red+Green+Blue) = 99+95+16=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 95 (37.5% from 255 or 45.24% from 210); Blue value is 16 (6.64% from 255 or 7.62% from 210); Max value from RGB is 99 - color contains mainly: red. Hex color #635F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635F10 is #9CA0EF. Grayscale: #575757. Windows color (decimal): -10264816 or 1072995. OLE color: 1072995.
HSL color Cylindrical-coordinate representation of color #635F10: hue angle of 57.11º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #635F10 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 95 | 16 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.61 |
| HSL | 57.11º | 0.72% | 0.23% | - |
| HSV(B) | 57.11º | 0.84% | 0.39% | - |
| XYZ | 9.33 | 10.87 | 2.1 | - |
| YUV | 87.19 | 87.83 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 95 | 16 | 0 | 0.04 | 0.84 | 0.61 | 57.11 | 0.72 | 0.23 |
| Hex | 63 | 5F | 10 | 0 | 4 | 54 | 3D | 39 | 48 | 17 |
| Octal | 143 | 137 | 20 | 0 | 4 | 124 | 75 | 71 | 110 | 27 |
| Binary | 1100011 | 1011111 | 10000 | 0 | 100 | 1010100 | 111101 | 111001 | 1001000 | 10111 |
Color Harmonies of #635F10
Complementary color
Monochromatic Colors of #635F10
Black with #635F10
Text Example
Text Example
White with #635F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635F10; }
p { color: rgb(99,95,16); }
H1.HeaderClassName
{
color: #635F10;
}
.AnyTagClassName
{
color: #635F10;
}
</style>
background-color css
<style>
a { background-color: #635F10; }
a { background-color: rgb(99,95,16); }
div.DivClassName
{
background-color: #635F10;
}
.BgClassName
{
background-color: #635F10;
}
</style>
border-color css
<style>
span { border-color: #635F10; }
span { border-color: rgb(99,95,16); }
td.TdClassName
{
border-color: #635F10;
}
.TagClassName
{
border-color: #635F10;
}
</style>