Shades of Costa Del Sol #64580C
Tints of Costa Del Sol #64580C
RGB
CMYK
RGB Variations
Color information
#64580C (or 0x64580C) is known color: Costa Del Sol. HEX triplet: 64, 58 and 0C. RGB value is (100,88,12). Sum of RGB (Red+Green+Blue) = 100+88+12=200 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50% from 200); Green value is 88 (34.77% from 255 or 44% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 100 - color contains mainly: red. Hex color #64580C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64580C is #9BA7F3. Grayscale: #535353. Windows color (decimal): -10201076 or 809060. OLE color: 809060.
HSL color Cylindrical-coordinate representation of color #64580C: hue angle of 51.82º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64580C is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 88 | 12 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.61 |
| HSL | 51.82º | 0.79% | 0.22% | - |
| HSV(B) | 51.82º | 0.88% | 0.39% | - |
| XYZ | 8.81 | 9.72 | 1.76 | - |
| YUV | 82.92 | 87.98 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 88 | 12 | 0 | 0.12 | 0.88 | 0.61 | 51.82 | 0.79 | 0.22 |
| Hex | 64 | 58 | C | 0 | C | 58 | 3D | 34 | 4F | 16 |
| Octal | 144 | 130 | 14 | 0 | 14 | 130 | 75 | 64 | 117 | 26 |
| Binary | 1100100 | 1011000 | 1100 | 0 | 1100 | 1011000 | 111101 | 110100 | 1001111 | 10110 |
Color Harmonies of #64580C
Complementary color
Monochromatic Colors of #64580C
Black with #64580C
Text Example
Text Example
White with #64580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64580C; }
p { color: rgb(100,88,12); }
H1.HeaderClassName
{
color: #64580C;
}
.AnyTagClassName
{
color: #64580C;
}
</style>
background-color css
<style>
a { background-color: #64580C; }
a { background-color: rgb(100,88,12); }
div.DivClassName
{
background-color: #64580C;
}
.BgClassName
{
background-color: #64580C;
}
</style>
border-color css
<style>
span { border-color: #64580C; }
span { border-color: rgb(100,88,12); }
td.TdClassName
{
border-color: #64580C;
}
.TagClassName
{
border-color: #64580C;
}
</style>