Shades of Costa Del Sol #635F2D
Tints of Costa Del Sol #635F2D
RGB
CMYK
RGB Variations
Color information
#635F2D (or 0x635F2D) is known color: Costa Del Sol. HEX triplet: 63, 5F and 2D. RGB value is (99,95,45). Sum of RGB (Red+Green+Blue) = 99+95+45=239 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.42% from 239); Green value is 95 (37.5% from 255 or 39.75% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 99 - color contains mainly: red. Hex color #635F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635F2D is #9CA0D2. Grayscale: #5A5A5A. Windows color (decimal): -10264787 or 2973539. OLE color: 2973539.
HSL color Cylindrical-coordinate representation of color #635F2D: hue angle of 55.56º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #635F2D is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 95 | 45 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.61 |
| HSL | 55.56º | 0.38% | 0.28% | - |
| HSV(B) | 55.56º | 0.55% | 0.39% | - |
| XYZ | 9.71 | 11.03 | 4.1 | - |
| YUV | 90.5 | 102.33 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 95 | 45 | 0 | 0.04 | 0.55 | 0.61 | 55.56 | 0.38 | 0.28 |
| Hex | 63 | 5F | 2D | 0 | 4 | 37 | 3D | 38 | 26 | 1C |
| Octal | 143 | 137 | 55 | 0 | 4 | 67 | 75 | 70 | 46 | 34 |
| Binary | 1100011 | 1011111 | 101101 | 0 | 100 | 110111 | 111101 | 111000 | 100110 | 11100 |
Color Harmonies of #635F2D
Complementary color
Monochromatic Colors of #635F2D
Black with #635F2D
Text Example
Text Example
White with #635F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635F2D; }
p { color: rgb(99,95,45); }
H1.HeaderClassName
{
color: #635F2D;
}
.AnyTagClassName
{
color: #635F2D;
}
</style>
background-color css
<style>
a { background-color: #635F2D; }
a { background-color: rgb(99,95,45); }
div.DivClassName
{
background-color: #635F2D;
}
.BgClassName
{
background-color: #635F2D;
}
</style>
border-color css
<style>
span { border-color: #635F2D; }
span { border-color: rgb(99,95,45); }
td.TdClassName
{
border-color: #635F2D;
}
.TagClassName
{
border-color: #635F2D;
}
</style>