Shades of Costa Del Sol #635D32
Tints of Costa Del Sol #635D32
RGB
CMYK
RGB Variations
Color information
#635D32 (or 0x635D32) is known color: Costa Del Sol. HEX triplet: 63, 5D and 32. RGB value is (99,93,50). Sum of RGB (Red+Green+Blue) = 99+93+50=242 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.91% from 242); Green value is 93 (36.72% from 255 or 38.43% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 99 - color contains mainly: red. Hex color #635D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635D32 is #9CA2CD. Grayscale: #5A5A5A. Windows color (decimal): -10265294 or 3300707. OLE color: 3300707.
HSL color Cylindrical-coordinate representation of color #635D32: hue angle of 52.65º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #635D32 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 93 | 50 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.61 |
| HSL | 52.65º | 0.33% | 0.29% | - |
| HSV(B) | 52.65º | 0.49% | 0.39% | - |
| XYZ | 9.64 | 10.71 | 4.58 | - |
| YUV | 89.89 | 105.49 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 93 | 50 | 0 | 0.06 | 0.49 | 0.61 | 52.65 | 0.33 | 0.29 |
| Hex | 63 | 5D | 32 | 0 | 6 | 31 | 3D | 35 | 21 | 1D |
| Octal | 143 | 135 | 62 | 0 | 6 | 61 | 75 | 65 | 41 | 35 |
| Binary | 1100011 | 1011101 | 110010 | 0 | 110 | 110001 | 111101 | 110101 | 100001 | 11101 |
Color Harmonies of #635D32
Complementary color
Monochromatic Colors of #635D32
Black with #635D32
Text Example
Text Example
White with #635D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635D32; }
p { color: rgb(99,93,50); }
H1.HeaderClassName
{
color: #635D32;
}
.AnyTagClassName
{
color: #635D32;
}
</style>
background-color css
<style>
a { background-color: #635D32; }
a { background-color: rgb(99,93,50); }
div.DivClassName
{
background-color: #635D32;
}
.BgClassName
{
background-color: #635D32;
}
</style>
border-color css
<style>
span { border-color: #635D32; }
span { border-color: rgb(99,93,50); }
td.TdClassName
{
border-color: #635D32;
}
.TagClassName
{
border-color: #635D32;
}
</style>