Shades of Costa Del Sol #635E12
Tints of Costa Del Sol #635E12
RGB
CMYK
RGB Variations
Color information
#635E12 (or 0x635E12) is known color: Costa Del Sol. HEX triplet: 63, 5E and 12. RGB value is (99,94,18). Sum of RGB (Red+Green+Blue) = 99+94+18=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 94 (37.11% from 255 or 44.55% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 99 - color contains mainly: red. Hex color #635E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635E12 is #9CA1ED. Grayscale: #575757. Windows color (decimal): -10265070 or 1203811. OLE color: 1203811.
HSL color Cylindrical-coordinate representation of color #635E12: hue angle of 56.3º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #635E12 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 94 | 18 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.61 |
| HSL | 56.3º | 0.69% | 0.23% | - |
| HSV(B) | 56.3º | 0.82% | 0.39% | - |
| XYZ | 9.26 | 10.7 | 2.15 | - |
| YUV | 86.83 | 89.16 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 94 | 18 | 0 | 0.05 | 0.82 | 0.61 | 56.3 | 0.69 | 0.23 |
| Hex | 63 | 5E | 12 | 0 | 5 | 52 | 3D | 38 | 45 | 17 |
| Octal | 143 | 136 | 22 | 0 | 5 | 122 | 75 | 70 | 105 | 27 |
| Binary | 1100011 | 1011110 | 10010 | 0 | 101 | 1010010 | 111101 | 111000 | 1000101 | 10111 |
Color Harmonies of #635E12
Complementary color
Monochromatic Colors of #635E12
Black with #635E12
Text Example
Text Example
White with #635E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635E12; }
p { color: rgb(99,94,18); }
H1.HeaderClassName
{
color: #635E12;
}
.AnyTagClassName
{
color: #635E12;
}
</style>
background-color css
<style>
a { background-color: #635E12; }
a { background-color: rgb(99,94,18); }
div.DivClassName
{
background-color: #635E12;
}
.BgClassName
{
background-color: #635E12;
}
</style>
border-color css
<style>
span { border-color: #635E12; }
span { border-color: rgb(99,94,18); }
td.TdClassName
{
border-color: #635E12;
}
.TagClassName
{
border-color: #635E12;
}
</style>