Shades of Costa Del Sol #635E0E
Tints of Costa Del Sol #635E0E
RGB
CMYK
RGB Variations
Color information
#635E0E (or 0x635E0E) is known color: Costa Del Sol. HEX triplet: 63, 5E and 0E. RGB value is (99,94,14). Sum of RGB (Red+Green+Blue) = 99+94+14=207 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.83% from 207); Green value is 94 (37.11% from 255 or 45.41% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 99 - color contains mainly: red. Hex color #635E0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635E0E is #9CA1F1. Grayscale: #565656. Windows color (decimal): -10265074 or 941667. OLE color: 941667.
HSL color Cylindrical-coordinate representation of color #635E0E: hue angle of 56.47º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #635E0E is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 94 | 14 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.61 |
| HSL | 56.47º | 0.75% | 0.22% | - |
| HSV(B) | 56.47º | 0.86% | 0.39% | - |
| XYZ | 9.23 | 10.69 | 1.99 | - |
| YUV | 86.38 | 87.16 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 94 | 14 | 0 | 0.05 | 0.86 | 0.61 | 56.47 | 0.75 | 0.22 |
| Hex | 63 | 5E | E | 0 | 5 | 56 | 3D | 38 | 4B | 16 |
| Octal | 143 | 136 | 16 | 0 | 5 | 126 | 75 | 70 | 113 | 26 |
| Binary | 1100011 | 1011110 | 1110 | 0 | 101 | 1010110 | 111101 | 111000 | 1001011 | 10110 |
Color Harmonies of #635E0E
Complementary color
Monochromatic Colors of #635E0E
Black with #635E0E
Text Example
Text Example
White with #635E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635E0E; }
p { color: rgb(99,94,14); }
H1.HeaderClassName
{
color: #635E0E;
}
.AnyTagClassName
{
color: #635E0E;
}
</style>
background-color css
<style>
a { background-color: #635E0E; }
a { background-color: rgb(99,94,14); }
div.DivClassName
{
background-color: #635E0E;
}
.BgClassName
{
background-color: #635E0E;
}
</style>
border-color css
<style>
span { border-color: #635E0E; }
span { border-color: rgb(99,94,14); }
td.TdClassName
{
border-color: #635E0E;
}
.TagClassName
{
border-color: #635E0E;
}
</style>