Shades of Costa Del Sol #635B11
Tints of Costa Del Sol #635B11
RGB
CMYK
RGB Variations
Color information
#635B11 (or 0x635B11) is known color: Costa Del Sol. HEX triplet: 63, 5B and 11. RGB value is (99,91,17). Sum of RGB (Red+Green+Blue) = 99+91+17=207 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.83% from 207); Green value is 91 (35.94% from 255 or 43.96% from 207); Blue value is 17 (7.03% from 255 or 8.21% from 207); Max value from RGB is 99 - color contains mainly: red. Hex color #635B11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635B11 is #9CA4EE. Grayscale: #555555. Windows color (decimal): -10265839 or 1137507. OLE color: 1137507.
HSL color Cylindrical-coordinate representation of color #635B11: hue angle of 54.15º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #635B11 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 91 | 17 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.61 |
| HSL | 54.15º | 0.71% | 0.23% | - |
| HSV(B) | 54.15º | 0.83% | 0.39% | - |
| XYZ | 8.99 | 10.18 | 2.02 | - |
| YUV | 84.96 | 89.65 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 91 | 17 | 0 | 0.08 | 0.83 | 0.61 | 54.15 | 0.71 | 0.23 |
| Hex | 63 | 5B | 11 | 0 | 8 | 53 | 3D | 36 | 47 | 17 |
| Octal | 143 | 133 | 21 | 0 | 10 | 123 | 75 | 66 | 107 | 27 |
| Binary | 1100011 | 1011011 | 10001 | 0 | 1000 | 1010011 | 111101 | 110110 | 1000111 | 10111 |
Color Harmonies of #635B11
Complementary color
Monochromatic Colors of #635B11
Black with #635B11
Text Example
Text Example
White with #635B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635B11; }
p { color: rgb(99,91,17); }
H1.HeaderClassName
{
color: #635B11;
}
.AnyTagClassName
{
color: #635B11;
}
</style>
background-color css
<style>
a { background-color: #635B11; }
a { background-color: rgb(99,91,17); }
div.DivClassName
{
background-color: #635B11;
}
.BgClassName
{
background-color: #635B11;
}
</style>
border-color css
<style>
span { border-color: #635B11; }
span { border-color: rgb(99,91,17); }
td.TdClassName
{
border-color: #635B11;
}
.TagClassName
{
border-color: #635B11;
}
</style>