Shades of Costa Del Sol #64621E
Tints of Costa Del Sol #64621E
RGB
CMYK
RGB Variations
Color information
#64621E (or 0x64621E) is known color: Costa Del Sol. HEX triplet: 64, 62 and 1E. RGB value is (100,98,30). Sum of RGB (Red+Green+Blue) = 100+98+30=228 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.86% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 30 (12.11% from 255 or 13.16% from 228); Max value from RGB is 100 - color contains mainly: red. Hex color #64621E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64621E is #9B9DE1. Grayscale: #5B5B5B. Windows color (decimal): -10198498 or 1991268. OLE color: 1991268.
HSL color Cylindrical-coordinate representation of color #64621E: hue angle of 58.29º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #64621E is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 98 | 30 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.61 |
| HSL | 58.29º | 0.54% | 0.25% | - |
| HSV(B) | 58.29º | 0.7% | 0.39% | - |
| XYZ | 9.86 | 11.54 | 2.94 | - |
| YUV | 90.85 | 93.66 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 98 | 30 | 0 | 0.02 | 0.70 | 0.61 | 58.29 | 0.54 | 0.25 |
| Hex | 64 | 62 | 1E | 0 | 2 | 46 | 3D | 3A | 36 | 19 |
| Octal | 144 | 142 | 36 | 0 | 2 | 106 | 75 | 72 | 66 | 31 |
| Binary | 1100100 | 1100010 | 11110 | 0 | 10 | 1000110 | 111101 | 111010 | 110110 | 11001 |
Color Harmonies of #64621E
Complementary color
Monochromatic Colors of #64621E
Black with #64621E
Text Example
Text Example
White with #64621E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64621E; }
p { color: rgb(100,98,30); }
H1.HeaderClassName
{
color: #64621E;
}
.AnyTagClassName
{
color: #64621E;
}
</style>
background-color css
<style>
a { background-color: #64621E; }
a { background-color: rgb(100,98,30); }
div.DivClassName
{
background-color: #64621E;
}
.BgClassName
{
background-color: #64621E;
}
</style>
border-color css
<style>
span { border-color: #64621E; }
span { border-color: rgb(100,98,30); }
td.TdClassName
{
border-color: #64621E;
}
.TagClassName
{
border-color: #64621E;
}
</style>