Shades of Costa Del Sol #64631E
Tints of Costa Del Sol #64631E
RGB
CMYK
RGB Variations
Color information
#64631E (or 0x64631E) is known color: Costa Del Sol. HEX triplet: 64, 63 and 1E. RGB value is (100,99,30). Sum of RGB (Red+Green+Blue) = 100+99+30=229 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.67% from 229); Green value is 99 (39.06% from 255 or 43.23% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 100 - color contains mainly: red. Hex color #64631E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64631E is #9B9CE1. Grayscale: #5B5B5B. Windows color (decimal): -10198242 or 1991524. OLE color: 1991524.
HSL color Cylindrical-coordinate representation of color #64631E: hue angle of 59.14º 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 #64631E is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 99 | 30 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.61 |
| HSL | 59.14º | 0.54% | 0.25% | - |
| HSV(B) | 59.14º | 0.7% | 0.39% | - |
| XYZ | 9.95 | 11.73 | 2.97 | - |
| YUV | 91.43 | 93.33 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 99 | 30 | 0 | 0.01 | 0.70 | 0.61 | 59.14 | 0.54 | 0.25 |
| Hex | 64 | 63 | 1E | 0 | 1 | 46 | 3D | 3B | 36 | 19 |
| Octal | 144 | 143 | 36 | 0 | 1 | 106 | 75 | 73 | 66 | 31 |
| Binary | 1100100 | 1100011 | 11110 | 0 | 1 | 1000110 | 111101 | 111011 | 110110 | 11001 |
Color Harmonies of #64631E
Complementary color
Monochromatic Colors of #64631E
Black with #64631E
Text Example
Text Example
White with #64631E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64631E; }
p { color: rgb(100,99,30); }
H1.HeaderClassName
{
color: #64631E;
}
.AnyTagClassName
{
color: #64631E;
}
</style>
background-color css
<style>
a { background-color: #64631E; }
a { background-color: rgb(100,99,30); }
div.DivClassName
{
background-color: #64631E;
}
.BgClassName
{
background-color: #64631E;
}
</style>
border-color css
<style>
span { border-color: #64631E; }
span { border-color: rgb(100,99,30); }
td.TdClassName
{
border-color: #64631E;
}
.TagClassName
{
border-color: #64631E;
}
</style>