Shades of Costa Del Sol #655A1D
Tints of Costa Del Sol #655A1D
RGB
CMYK
RGB Variations
Color information
#655A1D (or 0x655A1D) is known color: Costa Del Sol. HEX triplet: 65, 5A and 1D. RGB value is (101,90,29). Sum of RGB (Red+Green+Blue) = 101+90+29=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 101 - color contains mainly: red. Hex color #655A1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655A1D is #9AA5E2. Grayscale: #565656. Windows color (decimal): -10135011 or 1923685. OLE color: 1923685.
HSL color Cylindrical-coordinate representation of color #655A1D: hue angle of 50.83º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #655A1D is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 90 | 29 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.60 |
| HSL | 50.83º | 0.55% | 0.25% | - |
| HSV(B) | 50.83º | 0.71% | 0.4% | - |
| XYZ | 9.24 | 10.17 | 2.64 | - |
| YUV | 86.34 | 95.64 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 29 | 0 | 0.11 | 0.71 | 0.60 | 50.83 | 0.55 | 0.25 |
| Hex | 65 | 5A | 1D | 0 | B | 47 | 3C | 33 | 37 | 19 |
| Octal | 145 | 132 | 35 | 0 | 13 | 107 | 74 | 63 | 67 | 31 |
| Binary | 1100101 | 1011010 | 11101 | 0 | 1011 | 1000111 | 111100 | 110011 | 110111 | 11001 |
Color Harmonies of #655A1D
Complementary color
Monochromatic Colors of #655A1D
Black with #655A1D
Text Example
Text Example
White with #655A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655A1D; }
p { color: rgb(101,90,29); }
H1.HeaderClassName
{
color: #655A1D;
}
.AnyTagClassName
{
color: #655A1D;
}
</style>
background-color css
<style>
a { background-color: #655A1D; }
a { background-color: rgb(101,90,29); }
div.DivClassName
{
background-color: #655A1D;
}
.BgClassName
{
background-color: #655A1D;
}
</style>
border-color css
<style>
span { border-color: #655A1D; }
span { border-color: rgb(101,90,29); }
td.TdClassName
{
border-color: #655A1D;
}
.TagClassName
{
border-color: #655A1D;
}
</style>