Shades of Costa Del Sol #64582A
Tints of Costa Del Sol #64582A
RGB
CMYK
RGB Variations
Color information
#64582A (or 0x64582A) is known color: Costa Del Sol. HEX triplet: 64, 58 and 2A. RGB value is (100,88,42). Sum of RGB (Red+Green+Blue) = 100+88+42=230 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.48% from 230); Green value is 88 (34.77% from 255 or 38.26% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 100 - color contains mainly: red. Hex color #64582A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64582A is #9BA7D5. Grayscale: #565656. Windows color (decimal): -10201046 or 2775140. OLE color: 2775140.
HSL color Cylindrical-coordinate representation of color #64582A: hue angle of 47.59º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64582A is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 88 | 42 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.61 |
| HSL | 47.59º | 0.41% | 0.28% | - |
| HSV(B) | 47.59º | 0.58% | 0.39% | - |
| XYZ | 9.16 | 9.86 | 3.61 | - |
| YUV | 86.34 | 102.98 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 88 | 42 | 0 | 0.12 | 0.58 | 0.61 | 47.59 | 0.41 | 0.28 |
| Hex | 64 | 58 | 2A | 0 | C | 3A | 3D | 30 | 29 | 1C |
| Octal | 144 | 130 | 52 | 0 | 14 | 72 | 75 | 60 | 51 | 34 |
| Binary | 1100100 | 1011000 | 101010 | 0 | 1100 | 111010 | 111101 | 110000 | 101001 | 11100 |
Color Harmonies of #64582A
Complementary color
Monochromatic Colors of #64582A
Black with #64582A
Text Example
Text Example
White with #64582A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64582A; }
p { color: rgb(100,88,42); }
H1.HeaderClassName
{
color: #64582A;
}
.AnyTagClassName
{
color: #64582A;
}
</style>
background-color css
<style>
a { background-color: #64582A; }
a { background-color: rgb(100,88,42); }
div.DivClassName
{
background-color: #64582A;
}
.BgClassName
{
background-color: #64582A;
}
</style>
border-color css
<style>
span { border-color: #64582A; }
span { border-color: rgb(100,88,42); }
td.TdClassName
{
border-color: #64582A;
}
.TagClassName
{
border-color: #64582A;
}
</style>