Shades of Costa Del Sol #64631D
Tints of Costa Del Sol #64631D
RGB
CMYK
RGB Variations
Color information
#64631D (or 0x64631D) is known color: Costa Del Sol. HEX triplet: 64, 63 and 1D. RGB value is (100,99,29). Sum of RGB (Red+Green+Blue) = 100+99+29=228 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.86% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 29 (11.72% from 255 or 12.72% from 228); Max value from RGB is 100 - color contains mainly: red. Hex color #64631D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64631D is #9B9CE2. Grayscale: #5B5B5B. Windows color (decimal): -10198243 or 1925988. OLE color: 1925988.
HSL color Cylindrical-coordinate representation of color #64631D: hue angle of 59.15º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #64631D is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 99 | 29 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.61 |
| HSL | 59.15º | 0.55% | 0.25% | - |
| HSV(B) | 59.15º | 0.71% | 0.39% | - |
| XYZ | 9.94 | 11.72 | 2.9 | - |
| YUV | 91.32 | 92.83 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 99 | 29 | 0 | 0.01 | 0.71 | 0.61 | 59.15 | 0.55 | 0.25 |
| Hex | 64 | 63 | 1D | 0 | 1 | 47 | 3D | 3B | 37 | 19 |
| Octal | 144 | 143 | 35 | 0 | 1 | 107 | 75 | 73 | 67 | 31 |
| Binary | 1100100 | 1100011 | 11101 | 0 | 1 | 1000111 | 111101 | 111011 | 110111 | 11001 |
Color Harmonies of #64631D
Complementary color
Monochromatic Colors of #64631D
Black with #64631D
Text Example
Text Example
White with #64631D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64631D; }
p { color: rgb(100,99,29); }
H1.HeaderClassName
{
color: #64631D;
}
.AnyTagClassName
{
color: #64631D;
}
</style>
background-color css
<style>
a { background-color: #64631D; }
a { background-color: rgb(100,99,29); }
div.DivClassName
{
background-color: #64631D;
}
.BgClassName
{
background-color: #64631D;
}
</style>
border-color css
<style>
span { border-color: #64631D; }
span { border-color: rgb(100,99,29); }
td.TdClassName
{
border-color: #64631D;
}
.TagClassName
{
border-color: #64631D;
}
</style>