Shades of Costa Del Sol #645E02
Tints of Costa Del Sol #645E02
RGB
CMYK
RGB Variations
Color information
#645E02 (or 0x645E02) is known color: Costa Del Sol. HEX triplet: 64, 5E and 02. RGB value is (100,94,2). Sum of RGB (Red+Green+Blue) = 100+94+2=196 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.02% from 196); Green value is 94 (37.11% from 255 or 47.96% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 100 - color contains mainly: red. Hex color #645E02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645E02 is #9BA1FD. Grayscale: #555555. Windows color (decimal): -10199550 or 155236. OLE color: 155236.
HSL color Cylindrical-coordinate representation of color #645E02: hue angle of 56.33º 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 #645E02 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 94 | 2 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.61 |
| HSL | 56.33º | 0.96% | 0.2% | - |
| HSV(B) | 56.33º | 0.98% | 0.39% | - |
| XYZ | 9.27 | 10.72 | 1.64 | - |
| YUV | 85.31 | 80.99 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 94 | 2 | 0 | 0.06 | 0.98 | 0.61 | 56.33 | 0.96 | 0.2 |
| Hex | 64 | 5E | 2 | 0 | 6 | 62 | 3D | 38 | 60 | 14 |
| Octal | 144 | 136 | 2 | 0 | 6 | 142 | 75 | 70 | 140 | 24 |
| Binary | 1100100 | 1011110 | 10 | 0 | 110 | 1100010 | 111101 | 111000 | 1100000 | 10100 |
Color Harmonies of #645E02
Complementary color
Monochromatic Colors of #645E02
Black with #645E02
Text Example
Text Example
White with #645E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645E02; }
p { color: rgb(100,94,2); }
H1.HeaderClassName
{
color: #645E02;
}
.AnyTagClassName
{
color: #645E02;
}
</style>
background-color css
<style>
a { background-color: #645E02; }
a { background-color: rgb(100,94,2); }
div.DivClassName
{
background-color: #645E02;
}
.BgClassName
{
background-color: #645E02;
}
</style>
border-color css
<style>
span { border-color: #645E02; }
span { border-color: rgb(100,94,2); }
td.TdClassName
{
border-color: #645E02;
}
.TagClassName
{
border-color: #645E02;
}
</style>