Shades of Costa Del Sol #645D2A
Tints of Costa Del Sol #645D2A
RGB
CMYK
RGB Variations
Color information
#645D2A (or 0x645D2A) is known color: Costa Del Sol. HEX triplet: 64, 5D and 2A. RGB value is (100,93,42). Sum of RGB (Red+Green+Blue) = 100+93+42=235 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.55% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 100 - color contains mainly: red. Hex color #645D2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645D2A is #9BA2D5. Grayscale: #595959. Windows color (decimal): -10199766 or 2776420. OLE color: 2776420.
HSL color Cylindrical-coordinate representation of color #645D2A: hue angle of 52.76º 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 #645D2A is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 93 | 42 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.61 |
| HSL | 52.76º | 0.41% | 0.28% | - |
| HSV(B) | 52.76º | 0.58% | 0.39% | - |
| XYZ | 9.59 | 10.71 | 3.75 | - |
| YUV | 89.28 | 101.32 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 93 | 42 | 0 | 0.07 | 0.58 | 0.61 | 52.76 | 0.41 | 0.28 |
| Hex | 64 | 5D | 2A | 0 | 7 | 3A | 3D | 35 | 29 | 1C |
| Octal | 144 | 135 | 52 | 0 | 7 | 72 | 75 | 65 | 51 | 34 |
| Binary | 1100100 | 1011101 | 101010 | 0 | 111 | 111010 | 111101 | 110101 | 101001 | 11100 |
Color Harmonies of #645D2A
Complementary color
Monochromatic Colors of #645D2A
Black with #645D2A
Text Example
Text Example
White with #645D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645D2A; }
p { color: rgb(100,93,42); }
H1.HeaderClassName
{
color: #645D2A;
}
.AnyTagClassName
{
color: #645D2A;
}
</style>
background-color css
<style>
a { background-color: #645D2A; }
a { background-color: rgb(100,93,42); }
div.DivClassName
{
background-color: #645D2A;
}
.BgClassName
{
background-color: #645D2A;
}
</style>
border-color css
<style>
span { border-color: #645D2A; }
span { border-color: rgb(100,93,42); }
td.TdClassName
{
border-color: #645D2A;
}
.TagClassName
{
border-color: #645D2A;
}
</style>