Shades of Costa Del Sol #655D02
Tints of Costa Del Sol #655D02
RGB
CMYK
RGB Variations
Color information
#655D02 (or 0x655D02) is known color: Costa Del Sol. HEX triplet: 65, 5D and 02. RGB value is (101,93,2). Sum of RGB (Red+Green+Blue) = 101+93+2=196 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.53% from 196); Green value is 93 (36.72% from 255 or 47.45% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 101 - color contains mainly: red. Hex color #655D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655D02 is #9AA2FD. Grayscale: #555555. Windows color (decimal): -10134270 or 154981. OLE color: 154981.
HSL color Cylindrical-coordinate representation of color #655D02: hue angle of 55.15º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #655D02 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 93 | 2 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.60 |
| HSL | 55.15º | 0.96% | 0.2% | - |
| HSV(B) | 55.15º | 0.98% | 0.4% | - |
| XYZ | 9.29 | 10.6 | 1.61 | - |
| YUV | 85.02 | 81.15 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 2 | 0 | 0.08 | 0.98 | 0.60 | 55.15 | 0.96 | 0.2 |
| Hex | 65 | 5D | 2 | 0 | 8 | 62 | 3C | 37 | 60 | 14 |
| Octal | 145 | 135 | 2 | 0 | 10 | 142 | 74 | 67 | 140 | 24 |
| Binary | 1100101 | 1011101 | 10 | 0 | 1000 | 1100010 | 111100 | 110111 | 1100000 | 10100 |
Color Harmonies of #655D02
Complementary color
Monochromatic Colors of #655D02
Black with #655D02
Text Example
Text Example
White with #655D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655D02; }
p { color: rgb(101,93,2); }
H1.HeaderClassName
{
color: #655D02;
}
.AnyTagClassName
{
color: #655D02;
}
</style>
background-color css
<style>
a { background-color: #655D02; }
a { background-color: rgb(101,93,2); }
div.DivClassName
{
background-color: #655D02;
}
.BgClassName
{
background-color: #655D02;
}
</style>
border-color css
<style>
span { border-color: #655D02; }
span { border-color: rgb(101,93,2); }
td.TdClassName
{
border-color: #655D02;
}
.TagClassName
{
border-color: #655D02;
}
</style>