Shades of Costa Del Sol #645D00
Tints of Costa Del Sol #645D00
RGB
CMYK
RGB Variations
Color information
#645D00 (or 0x645D00) is known color: Costa Del Sol. HEX triplet: 64, 5D and 00. RGB value is (100,93,0). Sum of RGB (Red+Green+Blue) = 100+93+0=193 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.81% from 193); Green value is 93 (36.72% from 255 or 48.19% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 100 - color contains mainly: red. Hex color #645D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645D00 is #9BA2FF. Grayscale: #545454. Windows color (decimal): -10199808 or 23908. OLE color: 23908.
HSL color Cylindrical-coordinate representation of color #645D00: hue angle of 55.8º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #645D00 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 93 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.61 |
| HSL | 55.8º | 1% | 0.2% | - |
| HSV(B) | 55.8º | 1% | 0.39% | - |
| XYZ | 9.17 | 10.54 | 1.55 | - |
| YUV | 84.49 | 80.32 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 93 | 0 | 0 | 0.07 | 1 | 0.61 | 55.8 | 1 | 0.2 |
| Hex | 64 | 5D | 0 | 0 | 7 | 64 | 3D | 38 | 64 | 14 |
| Octal | 144 | 135 | 0 | 0 | 7 | 144 | 75 | 70 | 144 | 24 |
| Binary | 1100100 | 1011101 | 0 | 0 | 111 | 1100100 | 111101 | 111000 | 1100100 | 10100 |
Color Harmonies of #645D00
Complementary color
Monochromatic Colors of #645D00
Black with #645D00
Text Example
Text Example
White with #645D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645D00; }
p { color: rgb(100,93,0); }
H1.HeaderClassName
{
color: #645D00;
}
.AnyTagClassName
{
color: #645D00;
}
</style>
background-color css
<style>
a { background-color: #645D00; }
a { background-color: rgb(100,93,0); }
div.DivClassName
{
background-color: #645D00;
}
.BgClassName
{
background-color: #645D00;
}
</style>
border-color css
<style>
span { border-color: #645D00; }
span { border-color: rgb(100,93,0); }
td.TdClassName
{
border-color: #645D00;
}
.TagClassName
{
border-color: #645D00;
}
</style>