Shades of Costa Del Sol #635A2A
Tints of Costa Del Sol #635A2A
RGB
CMYK
RGB Variations
Color information
#635A2A (or 0x635A2A) is known color: Costa Del Sol. HEX triplet: 63, 5A and 2A. RGB value is (99,90,42). Sum of RGB (Red+Green+Blue) = 99+90+42=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 99 - color contains mainly: red. Hex color #635A2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635A2A is #9CA5D5. Grayscale: #575757. Windows color (decimal): -10266070 or 2775651. OLE color: 2775651.
HSL color Cylindrical-coordinate representation of color #635A2A: hue angle of 50.53º 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 #635A2A is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 90 | 42 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.61 |
| HSL | 50.53º | 0.4% | 0.28% | - |
| HSV(B) | 50.53º | 0.58% | 0.39% | - |
| XYZ | 9.22 | 10.13 | 3.66 | - |
| YUV | 87.22 | 102.48 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 90 | 42 | 0 | 0.09 | 0.58 | 0.61 | 50.53 | 0.4 | 0.28 |
| Hex | 63 | 5A | 2A | 0 | 9 | 3A | 3D | 33 | 28 | 1C |
| Octal | 143 | 132 | 52 | 0 | 11 | 72 | 75 | 63 | 50 | 34 |
| Binary | 1100011 | 1011010 | 101010 | 0 | 1001 | 111010 | 111101 | 110011 | 101000 | 11100 |
Color Harmonies of #635A2A
Complementary color
Monochromatic Colors of #635A2A
Black with #635A2A
Text Example
Text Example
White with #635A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635A2A; }
p { color: rgb(99,90,42); }
H1.HeaderClassName
{
color: #635A2A;
}
.AnyTagClassName
{
color: #635A2A;
}
</style>
background-color css
<style>
a { background-color: #635A2A; }
a { background-color: rgb(99,90,42); }
div.DivClassName
{
background-color: #635A2A;
}
.BgClassName
{
background-color: #635A2A;
}
</style>
border-color css
<style>
span { border-color: #635A2A; }
span { border-color: rgb(99,90,42); }
td.TdClassName
{
border-color: #635A2A;
}
.TagClassName
{
border-color: #635A2A;
}
</style>