Shades of Costa Del Sol #655D1A
Tints of Costa Del Sol #655D1A
RGB
CMYK
RGB Variations
Color information
#655D1A (or 0x655D1A) is known color: Costa Del Sol. HEX triplet: 65, 5D and 1A. RGB value is (101,93,26). Sum of RGB (Red+Green+Blue) = 101+93+26=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 93 (36.72% from 255 or 42.27% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 101 - color contains mainly: red. Hex color #655D1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655D1A is #9AA2E5. Grayscale: #585858. Windows color (decimal): -10134246 or 1727845. OLE color: 1727845.
HSL color Cylindrical-coordinate representation of color #655D1A: hue angle of 53.6º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #655D1A is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 93 | 26 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.60 |
| HSL | 53.6º | 0.59% | 0.25% | - |
| HSV(B) | 53.6º | 0.74% | 0.4% | - |
| XYZ | 9.47 | 10.67 | 2.54 | - |
| YUV | 87.75 | 93.15 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 26 | 0 | 0.08 | 0.74 | 0.60 | 53.6 | 0.59 | 0.25 |
| Hex | 65 | 5D | 1A | 0 | 8 | 4A | 3C | 36 | 3B | 19 |
| Octal | 145 | 135 | 32 | 0 | 10 | 112 | 74 | 66 | 73 | 31 |
| Binary | 1100101 | 1011101 | 11010 | 0 | 1000 | 1001010 | 111100 | 110110 | 111011 | 11001 |
Color Harmonies of #655D1A
Complementary color
Monochromatic Colors of #655D1A
Black with #655D1A
Text Example
Text Example
White with #655D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655D1A; }
p { color: rgb(101,93,26); }
H1.HeaderClassName
{
color: #655D1A;
}
.AnyTagClassName
{
color: #655D1A;
}
</style>
background-color css
<style>
a { background-color: #655D1A; }
a { background-color: rgb(101,93,26); }
div.DivClassName
{
background-color: #655D1A;
}
.BgClassName
{
background-color: #655D1A;
}
</style>
border-color css
<style>
span { border-color: #655D1A; }
span { border-color: rgb(101,93,26); }
td.TdClassName
{
border-color: #655D1A;
}
.TagClassName
{
border-color: #655D1A;
}
</style>