Shades of Costa Del Sol #635B2A
Tints of Costa Del Sol #635B2A
RGB
CMYK
RGB Variations
Color information
#635B2A (or 0x635B2A) is known color: Costa Del Sol. HEX triplet: 63, 5B and 2A. RGB value is (99,91,42). Sum of RGB (Red+Green+Blue) = 99+91+42=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 91 (35.94% from 255 or 39.22% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 99 - color contains mainly: red. Hex color #635B2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635B2A is #9CA4D5. Grayscale: #585858. Windows color (decimal): -10265814 or 2775907. OLE color: 2775907.
HSL color Cylindrical-coordinate representation of color #635B2A: hue angle of 51.58º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #635B2A is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 91 | 42 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.61 |
| HSL | 51.58º | 0.4% | 0.28% | - |
| HSV(B) | 51.58º | 0.58% | 0.39% | - |
| XYZ | 9.3 | 10.3 | 3.69 | - |
| YUV | 87.81 | 102.15 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 91 | 42 | 0 | 0.08 | 0.58 | 0.61 | 51.58 | 0.4 | 0.28 |
| Hex | 63 | 5B | 2A | 0 | 8 | 3A | 3D | 34 | 28 | 1C |
| Octal | 143 | 133 | 52 | 0 | 10 | 72 | 75 | 64 | 50 | 34 |
| Binary | 1100011 | 1011011 | 101010 | 0 | 1000 | 111010 | 111101 | 110100 | 101000 | 11100 |
Color Harmonies of #635B2A
Complementary color
Monochromatic Colors of #635B2A
Black with #635B2A
Text Example
Text Example
White with #635B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635B2A; }
p { color: rgb(99,91,42); }
H1.HeaderClassName
{
color: #635B2A;
}
.AnyTagClassName
{
color: #635B2A;
}
</style>
background-color css
<style>
a { background-color: #635B2A; }
a { background-color: rgb(99,91,42); }
div.DivClassName
{
background-color: #635B2A;
}
.BgClassName
{
background-color: #635B2A;
}
</style>
border-color css
<style>
span { border-color: #635B2A; }
span { border-color: rgb(99,91,42); }
td.TdClassName
{
border-color: #635B2A;
}
.TagClassName
{
border-color: #635B2A;
}
</style>