Shades of Costa Del Sol #635C2C
Tints of Costa Del Sol #635C2C
RGB
CMYK
RGB Variations
Color information
#635C2C (or 0x635C2C) is known color: Costa Del Sol. HEX triplet: 63, 5C and 2C. RGB value is (99,92,44). Sum of RGB (Red+Green+Blue) = 99+92+44=235 (31% of max value = 765). Red value is 99 (39.06% from 255 or 42.13% from 235); Green value is 92 (36.33% from 255 or 39.15% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 99 - color contains mainly: red. Hex color #635C2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635C2C is #9CA3D3. Grayscale: #585858. Windows color (decimal): -10265556 or 2907235. OLE color: 2907235.
HSL color Cylindrical-coordinate representation of color #635C2C: hue angle of 52.36º 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 #635C2C is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 92 | 44 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.61 |
| HSL | 52.36º | 0.38% | 0.28% | - |
| HSV(B) | 52.36º | 0.56% | 0.39% | - |
| XYZ | 9.43 | 10.49 | 3.91 | - |
| YUV | 88.62 | 102.82 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 92 | 44 | 0 | 0.07 | 0.56 | 0.61 | 52.36 | 0.38 | 0.28 |
| Hex | 63 | 5C | 2C | 0 | 7 | 38 | 3D | 34 | 26 | 1C |
| Octal | 143 | 134 | 54 | 0 | 7 | 70 | 75 | 64 | 46 | 34 |
| Binary | 1100011 | 1011100 | 101100 | 0 | 111 | 111000 | 111101 | 110100 | 100110 | 11100 |
Color Harmonies of #635C2C
Complementary color
Monochromatic Colors of #635C2C
Black with #635C2C
Text Example
Text Example
White with #635C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635C2C; }
p { color: rgb(99,92,44); }
H1.HeaderClassName
{
color: #635C2C;
}
.AnyTagClassName
{
color: #635C2C;
}
</style>
background-color css
<style>
a { background-color: #635C2C; }
a { background-color: rgb(99,92,44); }
div.DivClassName
{
background-color: #635C2C;
}
.BgClassName
{
background-color: #635C2C;
}
</style>
border-color css
<style>
span { border-color: #635C2C; }
span { border-color: rgb(99,92,44); }
td.TdClassName
{
border-color: #635C2C;
}
.TagClassName
{
border-color: #635C2C;
}
</style>