Shades of Costa Del Sol #635D2C
Tints of Costa Del Sol #635D2C
RGB
CMYK
RGB Variations
Color information
#635D2C (or 0x635D2C) is known color: Costa Del Sol. HEX triplet: 63, 5D and 2C. RGB value is (99,93,44). Sum of RGB (Red+Green+Blue) = 99+93+44=236 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.95% from 236); Green value is 93 (36.72% from 255 or 39.41% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 99 - color contains mainly: red. Hex color #635D2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635D2C is #9CA2D3. Grayscale: #595959. Windows color (decimal): -10265300 or 2907491. OLE color: 2907491.
HSL color Cylindrical-coordinate representation of color #635D2C: hue angle of 53.45º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #635D2C is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 93 | 44 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.61 |
| HSL | 53.45º | 0.38% | 0.28% | - |
| HSV(B) | 53.45º | 0.56% | 0.39% | - |
| XYZ | 9.51 | 10.66 | 3.94 | - |
| YUV | 89.21 | 102.49 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 93 | 44 | 0 | 0.06 | 0.56 | 0.61 | 53.45 | 0.38 | 0.28 |
| Hex | 63 | 5D | 2C | 0 | 6 | 38 | 3D | 35 | 26 | 1C |
| Octal | 143 | 135 | 54 | 0 | 6 | 70 | 75 | 65 | 46 | 34 |
| Binary | 1100011 | 1011101 | 101100 | 0 | 110 | 111000 | 111101 | 110101 | 100110 | 11100 |
Color Harmonies of #635D2C
Complementary color
Monochromatic Colors of #635D2C
Black with #635D2C
Text Example
Text Example
White with #635D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635D2C; }
p { color: rgb(99,93,44); }
H1.HeaderClassName
{
color: #635D2C;
}
.AnyTagClassName
{
color: #635D2C;
}
</style>
background-color css
<style>
a { background-color: #635D2C; }
a { background-color: rgb(99,93,44); }
div.DivClassName
{
background-color: #635D2C;
}
.BgClassName
{
background-color: #635D2C;
}
</style>
border-color css
<style>
span { border-color: #635D2C; }
span { border-color: rgb(99,93,44); }
td.TdClassName
{
border-color: #635D2C;
}
.TagClassName
{
border-color: #635D2C;
}
</style>