Shades of Costa Del Sol #635C0F
Tints of Costa Del Sol #635C0F
RGB
CMYK
RGB Variations
Color information
#635C0F (or 0x635C0F) is known color: Costa Del Sol. HEX triplet: 63, 5C and 0F. RGB value is (99,92,15). Sum of RGB (Red+Green+Blue) = 99+92+15=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 92 (36.33% from 255 or 44.66% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #635C0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635C0F is #9CA3F0. Grayscale: #555555. Windows color (decimal): -10265585 or 1006691. OLE color: 1006691.
HSL color Cylindrical-coordinate representation of color #635C0F: hue angle of 55º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #635C0F is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 92 | 15 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.61 |
| HSL | 55º | 0.74% | 0.22% | - |
| HSV(B) | 55º | 0.85% | 0.39% | - |
| XYZ | 9.06 | 10.34 | 1.97 | - |
| YUV | 85.32 | 88.32 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 92 | 15 | 0 | 0.07 | 0.85 | 0.61 | 55 | 0.74 | 0.22 |
| Hex | 63 | 5C | F | 0 | 7 | 55 | 3D | 37 | 4A | 16 |
| Octal | 143 | 134 | 17 | 0 | 7 | 125 | 75 | 67 | 112 | 26 |
| Binary | 1100011 | 1011100 | 1111 | 0 | 111 | 1010101 | 111101 | 110111 | 1001010 | 10110 |
Color Harmonies of #635C0F
Complementary color
Monochromatic Colors of #635C0F
Black with #635C0F
Text Example
Text Example
White with #635C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635C0F; }
p { color: rgb(99,92,15); }
H1.HeaderClassName
{
color: #635C0F;
}
.AnyTagClassName
{
color: #635C0F;
}
</style>
background-color css
<style>
a { background-color: #635C0F; }
a { background-color: rgb(99,92,15); }
div.DivClassName
{
background-color: #635C0F;
}
.BgClassName
{
background-color: #635C0F;
}
</style>
border-color css
<style>
span { border-color: #635C0F; }
span { border-color: rgb(99,92,15); }
td.TdClassName
{
border-color: #635C0F;
}
.TagClassName
{
border-color: #635C0F;
}
</style>