Shades of Costa Del Sol #635D2F
Tints of Costa Del Sol #635D2F
RGB
CMYK
RGB Variations
Color information
#635D2F (or 0x635D2F) is known color: Costa Del Sol. HEX triplet: 63, 5D and 2F. RGB value is (99,93,47). Sum of RGB (Red+Green+Blue) = 99+93+47=239 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.42% from 239); Green value is 93 (36.72% from 255 or 38.91% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 99 - color contains mainly: red. Hex color #635D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635D2F is #9CA2D0. Grayscale: #595959. Windows color (decimal): -10265297 or 3104099. OLE color: 3104099.
HSL color Cylindrical-coordinate representation of color #635D2F: hue angle of 53.08º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #635D2F is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 93 | 47 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.61 |
| HSL | 53.08º | 0.36% | 0.29% | - |
| HSV(B) | 53.08º | 0.53% | 0.39% | - |
| XYZ | 9.57 | 10.69 | 4.25 | - |
| YUV | 89.55 | 103.99 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 93 | 47 | 0 | 0.06 | 0.53 | 0.61 | 53.08 | 0.36 | 0.29 |
| Hex | 63 | 5D | 2F | 0 | 6 | 35 | 3D | 35 | 24 | 1D |
| Octal | 143 | 135 | 57 | 0 | 6 | 65 | 75 | 65 | 44 | 35 |
| Binary | 1100011 | 1011101 | 101111 | 0 | 110 | 110101 | 111101 | 110101 | 100100 | 11101 |
Color Harmonies of #635D2F
Complementary color
Monochromatic Colors of #635D2F
Black with #635D2F
Text Example
Text Example
White with #635D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635D2F; }
p { color: rgb(99,93,47); }
H1.HeaderClassName
{
color: #635D2F;
}
.AnyTagClassName
{
color: #635D2F;
}
</style>
background-color css
<style>
a { background-color: #635D2F; }
a { background-color: rgb(99,93,47); }
div.DivClassName
{
background-color: #635D2F;
}
.BgClassName
{
background-color: #635D2F;
}
</style>
border-color css
<style>
span { border-color: #635D2F; }
span { border-color: rgb(99,93,47); }
td.TdClassName
{
border-color: #635D2F;
}
.TagClassName
{
border-color: #635D2F;
}
</style>