Shades of Costa Del Sol #635C12
Tints of Costa Del Sol #635C12
RGB
CMYK
RGB Variations
Color information
#635C12 (or 0x635C12) is known color: Costa Del Sol. HEX triplet: 63, 5C and 12. RGB value is (99,92,18). Sum of RGB (Red+Green+Blue) = 99+92+18=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 92 (36.33% from 255 or 44.02% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 99 - color contains mainly: red. Hex color #635C12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635C12 is #9CA3ED. Grayscale: #555555. Windows color (decimal): -10265582 or 1203299. OLE color: 1203299.
HSL color Cylindrical-coordinate representation of color #635C12: hue angle of 54.81º 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 #635C12 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 92 | 18 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.61 |
| HSL | 54.81º | 0.69% | 0.23% | - |
| HSV(B) | 54.81º | 0.82% | 0.39% | - |
| XYZ | 9.08 | 10.35 | 2.09 | - |
| YUV | 85.66 | 89.82 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 92 | 18 | 0 | 0.07 | 0.82 | 0.61 | 54.81 | 0.69 | 0.23 |
| Hex | 63 | 5C | 12 | 0 | 7 | 52 | 3D | 37 | 45 | 17 |
| Octal | 143 | 134 | 22 | 0 | 7 | 122 | 75 | 67 | 105 | 27 |
| Binary | 1100011 | 1011100 | 10010 | 0 | 111 | 1010010 | 111101 | 110111 | 1000101 | 10111 |
Color Harmonies of #635C12
Complementary color
Monochromatic Colors of #635C12
Black with #635C12
Text Example
Text Example
White with #635C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635C12; }
p { color: rgb(99,92,18); }
H1.HeaderClassName
{
color: #635C12;
}
.AnyTagClassName
{
color: #635C12;
}
</style>
background-color css
<style>
a { background-color: #635C12; }
a { background-color: rgb(99,92,18); }
div.DivClassName
{
background-color: #635C12;
}
.BgClassName
{
background-color: #635C12;
}
</style>
border-color css
<style>
span { border-color: #635C12; }
span { border-color: rgb(99,92,18); }
td.TdClassName
{
border-color: #635C12;
}
.TagClassName
{
border-color: #635C12;
}
</style>