Shades of Costa Del Sol #63602C
Tints of Costa Del Sol #63602C
RGB
CMYK
RGB Variations
Color information
#63602C (or 0x63602C) is known color: Costa Del Sol. HEX triplet: 63, 60 and 2C. RGB value is (99,96,44). Sum of RGB (Red+Green+Blue) = 99+96+44=239 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.42% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 99 - color contains mainly: red. Hex color #63602C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63602C is #9C9FD3. Grayscale: #5B5B5B. Windows color (decimal): -10264532 or 2908259. OLE color: 2908259.
HSL color Cylindrical-coordinate representation of color #63602C: hue angle of 56.73º 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 #63602C is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 96 | 44 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.61 |
| HSL | 56.73º | 0.38% | 0.28% | - |
| HSV(B) | 56.73º | 0.56% | 0.39% | - |
| XYZ | 9.78 | 11.2 | 4.03 | - |
| YUV | 90.97 | 101.49 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 96 | 44 | 0 | 0.03 | 0.56 | 0.61 | 56.73 | 0.38 | 0.28 |
| Hex | 63 | 60 | 2C | 0 | 3 | 38 | 3D | 39 | 26 | 1C |
| Octal | 143 | 140 | 54 | 0 | 3 | 70 | 75 | 71 | 46 | 34 |
| Binary | 1100011 | 1100000 | 101100 | 0 | 11 | 111000 | 111101 | 111001 | 100110 | 11100 |
Color Harmonies of #63602C
Complementary color
Monochromatic Colors of #63602C
Black with #63602C
Text Example
Text Example
White with #63602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63602C; }
p { color: rgb(99,96,44); }
H1.HeaderClassName
{
color: #63602C;
}
.AnyTagClassName
{
color: #63602C;
}
</style>
background-color css
<style>
a { background-color: #63602C; }
a { background-color: rgb(99,96,44); }
div.DivClassName
{
background-color: #63602C;
}
.BgClassName
{
background-color: #63602C;
}
</style>
border-color css
<style>
span { border-color: #63602C; }
span { border-color: rgb(99,96,44); }
td.TdClassName
{
border-color: #63602C;
}
.TagClassName
{
border-color: #63602C;
}
</style>