Shades of Costa Del Sol #655E01
Tints of Costa Del Sol #655E01
RGB
CMYK
RGB Variations
Color information
#655E01 (or 0x655E01) is known color: Costa Del Sol. HEX triplet: 65, 5E and 01. RGB value is (101,94,1). Sum of RGB (Red+Green+Blue) = 101+94+1=196 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.53% from 196); Green value is 94 (37.11% from 255 or 47.96% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 101 - color contains mainly: red. Hex color #655E01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655E01 is #9AA1FE. Grayscale: #555555. Windows color (decimal): -10134015 or 89701. OLE color: 89701.
HSL color Cylindrical-coordinate representation of color #655E01: hue angle of 55.8º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #655E01 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 94 | 1 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.60 |
| HSL | 55.8º | 0.98% | 0.2% | - |
| HSV(B) | 55.8º | 0.99% | 0.4% | - |
| XYZ | 9.38 | 10.77 | 1.61 | - |
| YUV | 85.49 | 80.32 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 94 | 1 | 0 | 0.07 | 0.99 | 0.60 | 55.8 | 0.98 | 0.2 |
| Hex | 65 | 5E | 1 | 0 | 7 | 63 | 3C | 38 | 62 | 14 |
| Octal | 145 | 136 | 1 | 0 | 7 | 143 | 74 | 70 | 142 | 24 |
| Binary | 1100101 | 1011110 | 1 | 0 | 111 | 1100011 | 111100 | 111000 | 1100010 | 10100 |
Color Harmonies of #655E01
Complementary color
Monochromatic Colors of #655E01
Black with #655E01
Text Example
Text Example
White with #655E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655E01; }
p { color: rgb(101,94,1); }
H1.HeaderClassName
{
color: #655E01;
}
.AnyTagClassName
{
color: #655E01;
}
</style>
background-color css
<style>
a { background-color: #655E01; }
a { background-color: rgb(101,94,1); }
div.DivClassName
{
background-color: #655E01;
}
.BgClassName
{
background-color: #655E01;
}
</style>
border-color css
<style>
span { border-color: #655E01; }
span { border-color: rgb(101,94,1); }
td.TdClassName
{
border-color: #655E01;
}
.TagClassName
{
border-color: #655E01;
}
</style>