Shades of Costa Del Sol #645D08
Tints of Costa Del Sol #645D08
RGB
CMYK
RGB Variations
Color information
#645D08 (or 0x645D08) is known color: Costa Del Sol. HEX triplet: 64, 5D and 08. RGB value is (100,93,8). Sum of RGB (Red+Green+Blue) = 100+93+8=201 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.75% from 201); Green value is 93 (36.72% from 255 or 46.27% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 100 - color contains mainly: red. Hex color #645D08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645D08 is #9BA2F7. Grayscale: #555555. Windows color (decimal): -10199800 or 548196. OLE color: 548196.
HSL color Cylindrical-coordinate representation of color #645D08: hue angle of 55.43º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #645D08 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 93 | 8 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.61 |
| HSL | 55.43º | 0.85% | 0.21% | - |
| HSV(B) | 55.43º | 0.92% | 0.39% | - |
| XYZ | 9.21 | 10.56 | 1.78 | - |
| YUV | 85.4 | 84.32 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 93 | 8 | 0 | 0.07 | 0.92 | 0.61 | 55.43 | 0.85 | 0.21 |
| Hex | 64 | 5D | 8 | 0 | 7 | 5C | 3D | 37 | 55 | 15 |
| Octal | 144 | 135 | 10 | 0 | 7 | 134 | 75 | 67 | 125 | 25 |
| Binary | 1100100 | 1011101 | 1000 | 0 | 111 | 1011100 | 111101 | 110111 | 1010101 | 10101 |
Color Harmonies of #645D08
Complementary color
Monochromatic Colors of #645D08
Black with #645D08
Text Example
Text Example
White with #645D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645D08; }
p { color: rgb(100,93,8); }
H1.HeaderClassName
{
color: #645D08;
}
.AnyTagClassName
{
color: #645D08;
}
</style>
background-color css
<style>
a { background-color: #645D08; }
a { background-color: rgb(100,93,8); }
div.DivClassName
{
background-color: #645D08;
}
.BgClassName
{
background-color: #645D08;
}
</style>
border-color css
<style>
span { border-color: #645D08; }
span { border-color: rgb(100,93,8); }
td.TdClassName
{
border-color: #645D08;
}
.TagClassName
{
border-color: #645D08;
}
</style>