Shades of Costa Del Sol #645A2A
Tints of Costa Del Sol #645A2A
RGB
CMYK
RGB Variations
Color information
#645A2A (or 0x645A2A) is known color: Costa Del Sol. HEX triplet: 64, 5A and 2A. RGB value is (100,90,42). Sum of RGB (Red+Green+Blue) = 100+90+42=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 100 - color contains mainly: red. Hex color #645A2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645A2A is #9BA5D5. Grayscale: #575757. Windows color (decimal): -10200534 or 2775652. OLE color: 2775652.
HSL color Cylindrical-coordinate representation of color #645A2A: hue angle of 49.66º 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 #645A2A is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 90 | 42 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.61 |
| HSL | 49.66º | 0.41% | 0.28% | - |
| HSV(B) | 49.66º | 0.58% | 0.39% | - |
| XYZ | 9.33 | 10.19 | 3.67 | - |
| YUV | 87.52 | 102.31 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 90 | 42 | 0 | 0.10 | 0.58 | 0.61 | 49.66 | 0.41 | 0.28 |
| Hex | 64 | 5A | 2A | 0 | A | 3A | 3D | 32 | 29 | 1C |
| Octal | 144 | 132 | 52 | 0 | 12 | 72 | 75 | 62 | 51 | 34 |
| Binary | 1100100 | 1011010 | 101010 | 0 | 1010 | 111010 | 111101 | 110010 | 101001 | 11100 |
Color Harmonies of #645A2A
Complementary color
Monochromatic Colors of #645A2A
Black with #645A2A
Text Example
Text Example
White with #645A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645A2A; }
p { color: rgb(100,90,42); }
H1.HeaderClassName
{
color: #645A2A;
}
.AnyTagClassName
{
color: #645A2A;
}
</style>
background-color css
<style>
a { background-color: #645A2A; }
a { background-color: rgb(100,90,42); }
div.DivClassName
{
background-color: #645A2A;
}
.BgClassName
{
background-color: #645A2A;
}
</style>
border-color css
<style>
span { border-color: #645A2A; }
span { border-color: rgb(100,90,42); }
td.TdClassName
{
border-color: #645A2A;
}
.TagClassName
{
border-color: #645A2A;
}
</style>