Shades of Costa Del Sol #655C1B
Tints of Costa Del Sol #655C1B
RGB
CMYK
RGB Variations
Color information
#655C1B (or 0x655C1B) is known color: Costa Del Sol. HEX triplet: 65, 5C and 1B. RGB value is (101,92,27). Sum of RGB (Red+Green+Blue) = 101+92+27=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 92 (36.33% from 255 or 41.82% from 220); Blue value is 27 (10.94% from 255 or 12.27% from 220); Max value from RGB is 101 - color contains mainly: red. Hex color #655C1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655C1B is #9AA3E4. Grayscale: #575757. Windows color (decimal): -10134501 or 1793125. OLE color: 1793125.
HSL color Cylindrical-coordinate representation of color #655C1B: hue angle of 52.7º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #655C1B is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 92 | 27 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.60 |
| HSL | 52.7º | 0.58% | 0.25% | - |
| HSV(B) | 52.7º | 0.73% | 0.4% | - |
| XYZ | 9.39 | 10.5 | 2.57 | - |
| YUV | 87.28 | 93.98 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 27 | 0 | 0.09 | 0.73 | 0.60 | 52.7 | 0.58 | 0.25 |
| Hex | 65 | 5C | 1B | 0 | 9 | 49 | 3C | 35 | 3A | 19 |
| Octal | 145 | 134 | 33 | 0 | 11 | 111 | 74 | 65 | 72 | 31 |
| Binary | 1100101 | 1011100 | 11011 | 0 | 1001 | 1001001 | 111100 | 110101 | 111010 | 11001 |
Color Harmonies of #655C1B
Complementary color
Monochromatic Colors of #655C1B
Black with #655C1B
Text Example
Text Example
White with #655C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655C1B; }
p { color: rgb(101,92,27); }
H1.HeaderClassName
{
color: #655C1B;
}
.AnyTagClassName
{
color: #655C1B;
}
</style>
background-color css
<style>
a { background-color: #655C1B; }
a { background-color: rgb(101,92,27); }
div.DivClassName
{
background-color: #655C1B;
}
.BgClassName
{
background-color: #655C1B;
}
</style>
border-color css
<style>
span { border-color: #655C1B; }
span { border-color: rgb(101,92,27); }
td.TdClassName
{
border-color: #655C1B;
}
.TagClassName
{
border-color: #655C1B;
}
</style>