Shades of Costa Del Sol #635B13
Tints of Costa Del Sol #635B13
RGB
CMYK
RGB Variations
Color information
#635B13 (or 0x635B13) is known color: Costa Del Sol. HEX triplet: 63, 5B and 13. RGB value is (99,91,19). Sum of RGB (Red+Green+Blue) = 99+91+19=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 91 (35.94% from 255 or 43.54% from 209); Blue value is 19 (7.81% from 255 or 9.09% from 209); Max value from RGB is 99 - color contains mainly: red. Hex color #635B13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635B13 is #9CA4EC. Grayscale: #555555. Windows color (decimal): -10265837 or 1268579. OLE color: 1268579.
HSL color Cylindrical-coordinate representation of color #635B13: hue angle of 54º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #635B13 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 91 | 19 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.61 |
| HSL | 54º | 0.68% | 0.23% | - |
| HSV(B) | 54º | 0.81% | 0.39% | - |
| XYZ | 9 | 10.18 | 2.11 | - |
| YUV | 85.18 | 90.65 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 91 | 19 | 0 | 0.08 | 0.81 | 0.61 | 54 | 0.68 | 0.23 |
| Hex | 63 | 5B | 13 | 0 | 8 | 51 | 3D | 36 | 44 | 17 |
| Octal | 143 | 133 | 23 | 0 | 10 | 121 | 75 | 66 | 104 | 27 |
| Binary | 1100011 | 1011011 | 10011 | 0 | 1000 | 1010001 | 111101 | 110110 | 1000100 | 10111 |
Color Harmonies of #635B13
Complementary color
Monochromatic Colors of #635B13
Black with #635B13
Text Example
Text Example
White with #635B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635B13; }
p { color: rgb(99,91,19); }
H1.HeaderClassName
{
color: #635B13;
}
.AnyTagClassName
{
color: #635B13;
}
</style>
background-color css
<style>
a { background-color: #635B13; }
a { background-color: rgb(99,91,19); }
div.DivClassName
{
background-color: #635B13;
}
.BgClassName
{
background-color: #635B13;
}
</style>
border-color css
<style>
span { border-color: #635B13; }
span { border-color: rgb(99,91,19); }
td.TdClassName
{
border-color: #635B13;
}
.TagClassName
{
border-color: #635B13;
}
</style>