Shades of Costa Del Sol #65602B
Tints of Costa Del Sol #65602B
RGB
CMYK
RGB Variations
Color information
#65602B (or 0x65602B) is known color: Costa Del Sol. HEX triplet: 65, 60 and 2B. RGB value is (101,96,43). Sum of RGB (Red+Green+Blue) = 101+96+43=240 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.08% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 101 - color contains mainly: red. Hex color #65602B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65602B is #9A9FD4. Grayscale: #5B5B5B. Windows color (decimal): -10133461 or 2842725. OLE color: 2842725.
HSL color Cylindrical-coordinate representation of color #65602B: hue angle of 54.83º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65602B is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 96 | 43 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.60 |
| HSL | 54.83º | 0.4% | 0.28% | - |
| HSV(B) | 54.83º | 0.57% | 0.4% | - |
| XYZ | 9.99 | 11.31 | 3.94 | - |
| YUV | 91.45 | 100.66 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 96 | 43 | 0 | 0.05 | 0.57 | 0.60 | 54.83 | 0.4 | 0.28 |
| Hex | 65 | 60 | 2B | 0 | 5 | 39 | 3C | 37 | 28 | 1C |
| Octal | 145 | 140 | 53 | 0 | 5 | 71 | 74 | 67 | 50 | 34 |
| Binary | 1100101 | 1100000 | 101011 | 0 | 101 | 111001 | 111100 | 110111 | 101000 | 11100 |
Color Harmonies of #65602B
Complementary color
Monochromatic Colors of #65602B
Black with #65602B
Text Example
Text Example
White with #65602B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65602B; }
p { color: rgb(101,96,43); }
H1.HeaderClassName
{
color: #65602B;
}
.AnyTagClassName
{
color: #65602B;
}
</style>
background-color css
<style>
a { background-color: #65602B; }
a { background-color: rgb(101,96,43); }
div.DivClassName
{
background-color: #65602B;
}
.BgClassName
{
background-color: #65602B;
}
</style>
border-color css
<style>
span { border-color: #65602B; }
span { border-color: rgb(101,96,43); }
td.TdClassName
{
border-color: #65602B;
}
.TagClassName
{
border-color: #65602B;
}
</style>