Shades of Costa Del Sol #655C03
Tints of Costa Del Sol #655C03
RGB
CMYK
RGB Variations
Color information
#655C03 (or 0x655C03) is known color: Costa Del Sol. HEX triplet: 65, 5C and 03. RGB value is (101,92,3). Sum of RGB (Red+Green+Blue) = 101+92+3=196 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.53% from 196); Green value is 92 (36.33% from 255 or 46.94% from 196); Blue value is 3 (1.56% from 255 or 1.53% from 196); Max value from RGB is 101 - color contains mainly: red. Hex color #655C03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655C03 is #9AA3FC. Grayscale: #545454. Windows color (decimal): -10134525 or 220261. OLE color: 220261.
HSL color Cylindrical-coordinate representation of color #655C03: hue angle of 54.49º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #655C03 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 92 | 3 | - |
| CMYK | 0 | 0.09 | 0.97 | 0.60 |
| HSL | 54.49º | 0.94% | 0.2% | - |
| HSV(B) | 54.49º | 0.97% | 0.4% | - |
| XYZ | 9.21 | 10.43 | 1.61 | - |
| YUV | 84.55 | 81.98 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 3 | 0 | 0.09 | 0.97 | 0.60 | 54.49 | 0.94 | 0.2 |
| Hex | 65 | 5C | 3 | 0 | 9 | 61 | 3C | 36 | 5E | 14 |
| Octal | 145 | 134 | 3 | 0 | 11 | 141 | 74 | 66 | 136 | 24 |
| Binary | 1100101 | 1011100 | 11 | 0 | 1001 | 1100001 | 111100 | 110110 | 1011110 | 10100 |
Color Harmonies of #655C03
Complementary color
Monochromatic Colors of #655C03
Black with #655C03
Text Example
Text Example
White with #655C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655C03; }
p { color: rgb(101,92,3); }
H1.HeaderClassName
{
color: #655C03;
}
.AnyTagClassName
{
color: #655C03;
}
</style>
background-color css
<style>
a { background-color: #655C03; }
a { background-color: rgb(101,92,3); }
div.DivClassName
{
background-color: #655C03;
}
.BgClassName
{
background-color: #655C03;
}
</style>
border-color css
<style>
span { border-color: #655C03; }
span { border-color: rgb(101,92,3); }
td.TdClassName
{
border-color: #655C03;
}
.TagClassName
{
border-color: #655C03;
}
</style>