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