Shades of Costa Del Sol #63602A
Tints of Costa Del Sol #63602A
RGB
CMYK
RGB Variations
Color information
#63602A (or 0x63602A) is known color: Costa Del Sol. HEX triplet: 63, 60 and 2A. RGB value is (99,96,42). Sum of RGB (Red+Green+Blue) = 99+96+42=237 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.77% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 99 - color contains mainly: red. Hex color #63602A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63602A is #9C9FD5. Grayscale: #5A5A5A. Windows color (decimal): -10264534 or 2777187. OLE color: 2777187.
HSL color Cylindrical-coordinate representation of color #63602A: hue angle of 56.84º 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 #63602A is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 96 | 42 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.61 |
| HSL | 56.84º | 0.4% | 0.28% | - |
| HSV(B) | 56.84º | 0.58% | 0.39% | - |
| XYZ | 9.75 | 11.19 | 3.84 | - |
| YUV | 90.74 | 100.49 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 96 | 42 | 0 | 0.03 | 0.58 | 0.61 | 56.84 | 0.4 | 0.28 |
| Hex | 63 | 60 | 2A | 0 | 3 | 3A | 3D | 39 | 28 | 1C |
| Octal | 143 | 140 | 52 | 0 | 3 | 72 | 75 | 71 | 50 | 34 |
| Binary | 1100011 | 1100000 | 101010 | 0 | 11 | 111010 | 111101 | 111001 | 101000 | 11100 |
Color Harmonies of #63602A
Complementary color
Monochromatic Colors of #63602A
Black with #63602A
Text Example
Text Example
White with #63602A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63602A; }
p { color: rgb(99,96,42); }
H1.HeaderClassName
{
color: #63602A;
}
.AnyTagClassName
{
color: #63602A;
}
</style>
background-color css
<style>
a { background-color: #63602A; }
a { background-color: rgb(99,96,42); }
div.DivClassName
{
background-color: #63602A;
}
.BgClassName
{
background-color: #63602A;
}
</style>
border-color css
<style>
span { border-color: #63602A; }
span { border-color: rgb(99,96,42); }
td.TdClassName
{
border-color: #63602A;
}
.TagClassName
{
border-color: #63602A;
}
</style>