Shades of Costa Del Sol #645C02
Tints of Costa Del Sol #645C02
RGB
CMYK
RGB Variations
Color information
#645C02 (or 0x645C02) is known color: Costa Del Sol. HEX triplet: 64, 5C and 02. RGB value is (100,92,2). Sum of RGB (Red+Green+Blue) = 100+92+2=194 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.55% from 194); Green value is 92 (36.33% from 255 or 47.42% from 194); Blue value is 2 (1.17% from 255 or 1.03% from 194); Max value from RGB is 100 - color contains mainly: red. Hex color #645C02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645C02 is #9BA3FD. Grayscale: #545454. Windows color (decimal): -10200062 or 154724. OLE color: 154724.
HSL color Cylindrical-coordinate representation of color #645C02: hue angle of 55.1º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #645C02 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 92 | 2 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.61 |
| HSL | 55.1º | 0.96% | 0.2% | - |
| HSV(B) | 55.1º | 0.98% | 0.39% | - |
| XYZ | 9.09 | 10.37 | 1.58 | - |
| YUV | 84.13 | 81.65 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 92 | 2 | 0 | 0.08 | 0.98 | 0.61 | 55.1 | 0.96 | 0.2 |
| Hex | 64 | 5C | 2 | 0 | 8 | 62 | 3D | 37 | 60 | 14 |
| Octal | 144 | 134 | 2 | 0 | 10 | 142 | 75 | 67 | 140 | 24 |
| Binary | 1100100 | 1011100 | 10 | 0 | 1000 | 1100010 | 111101 | 110111 | 1100000 | 10100 |
Color Harmonies of #645C02
Complementary color
Monochromatic Colors of #645C02
Black with #645C02
Text Example
Text Example
White with #645C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645C02; }
p { color: rgb(100,92,2); }
H1.HeaderClassName
{
color: #645C02;
}
.AnyTagClassName
{
color: #645C02;
}
</style>
background-color css
<style>
a { background-color: #645C02; }
a { background-color: rgb(100,92,2); }
div.DivClassName
{
background-color: #645C02;
}
.BgClassName
{
background-color: #645C02;
}
</style>
border-color css
<style>
span { border-color: #645C02; }
span { border-color: rgb(100,92,2); }
td.TdClassName
{
border-color: #645C02;
}
.TagClassName
{
border-color: #645C02;
}
</style>