Shades of Costa Del Sol #635C2D
Tints of Costa Del Sol #635C2D
RGB
CMYK
RGB Variations
Color information
#635C2D (or 0x635C2D) is known color: Costa Del Sol. HEX triplet: 63, 5C and 2D. RGB value is (99,92,45). Sum of RGB (Red+Green+Blue) = 99+92+45=236 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.95% from 236); Green value is 92 (36.33% from 255 or 38.98% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 99 - color contains mainly: red. Hex color #635C2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635C2D is #9CA3D2. Grayscale: #585858. Windows color (decimal): -10265555 or 2972771. OLE color: 2972771.
HSL color Cylindrical-coordinate representation of color #635C2D: hue angle of 52.22º 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 #635C2D is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 92 | 45 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.61 |
| HSL | 52.22º | 0.38% | 0.28% | - |
| HSV(B) | 52.22º | 0.55% | 0.39% | - |
| XYZ | 9.45 | 10.5 | 4.01 | - |
| YUV | 88.74 | 103.32 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 92 | 45 | 0 | 0.07 | 0.55 | 0.61 | 52.22 | 0.38 | 0.28 |
| Hex | 63 | 5C | 2D | 0 | 7 | 37 | 3D | 34 | 26 | 1C |
| Octal | 143 | 134 | 55 | 0 | 7 | 67 | 75 | 64 | 46 | 34 |
| Binary | 1100011 | 1011100 | 101101 | 0 | 111 | 110111 | 111101 | 110100 | 100110 | 11100 |
Color Harmonies of #635C2D
Complementary color
Monochromatic Colors of #635C2D
Black with #635C2D
Text Example
Text Example
White with #635C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635C2D; }
p { color: rgb(99,92,45); }
H1.HeaderClassName
{
color: #635C2D;
}
.AnyTagClassName
{
color: #635C2D;
}
</style>
background-color css
<style>
a { background-color: #635C2D; }
a { background-color: rgb(99,92,45); }
div.DivClassName
{
background-color: #635C2D;
}
.BgClassName
{
background-color: #635C2D;
}
</style>
border-color css
<style>
span { border-color: #635C2D; }
span { border-color: rgb(99,92,45); }
td.TdClassName
{
border-color: #635C2D;
}
.TagClassName
{
border-color: #635C2D;
}
</style>