Shades of Costa Del Sol #635A2C
Tints of Costa Del Sol #635A2C
RGB
CMYK
RGB Variations
Color information
#635A2C (or 0x635A2C) is known color: Costa Del Sol. HEX triplet: 63, 5A and 2C. RGB value is (99,90,44). Sum of RGB (Red+Green+Blue) = 99+90+44=233 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.49% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 99 - color contains mainly: red. Hex color #635A2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635A2C is #9CA5D3. Grayscale: #575757. Windows color (decimal): -10266068 or 2906723. OLE color: 2906723.
HSL color Cylindrical-coordinate representation of color #635A2C: hue angle of 50.18º 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 #635A2C is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 90 | 44 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.61 |
| HSL | 50.18º | 0.38% | 0.28% | - |
| HSV(B) | 50.18º | 0.56% | 0.39% | - |
| XYZ | 9.26 | 10.15 | 3.85 | - |
| YUV | 87.45 | 103.48 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 90 | 44 | 0 | 0.09 | 0.56 | 0.61 | 50.18 | 0.38 | 0.28 |
| Hex | 63 | 5A | 2C | 0 | 9 | 38 | 3D | 32 | 26 | 1C |
| Octal | 143 | 132 | 54 | 0 | 11 | 70 | 75 | 62 | 46 | 34 |
| Binary | 1100011 | 1011010 | 101100 | 0 | 1001 | 111000 | 111101 | 110010 | 100110 | 11100 |
Color Harmonies of #635A2C
Complementary color
Monochromatic Colors of #635A2C
Black with #635A2C
Text Example
Text Example
White with #635A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635A2C; }
p { color: rgb(99,90,44); }
H1.HeaderClassName
{
color: #635A2C;
}
.AnyTagClassName
{
color: #635A2C;
}
</style>
background-color css
<style>
a { background-color: #635A2C; }
a { background-color: rgb(99,90,44); }
div.DivClassName
{
background-color: #635A2C;
}
.BgClassName
{
background-color: #635A2C;
}
</style>
border-color css
<style>
span { border-color: #635A2C; }
span { border-color: rgb(99,90,44); }
td.TdClassName
{
border-color: #635A2C;
}
.TagClassName
{
border-color: #635A2C;
}
</style>