Shades of Costa Del Sol #655E2E
Tints of Costa Del Sol #655E2E
RGB
CMYK
RGB Variations
Color information
#655E2E (or 0x655E2E) is known color: Costa Del Sol. HEX triplet: 65, 5E and 2E. RGB value is (101,94,46). Sum of RGB (Red+Green+Blue) = 101+94+46=241 (31% of max value = 765). Red value is 101 (39.84% from 255 or 41.91% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 101 - color contains mainly: red. Hex color #655E2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655E2E is #9AA1D1. Grayscale: #5A5A5A. Windows color (decimal): -10133970 or 3038821. OLE color: 3038821.
HSL color Cylindrical-coordinate representation of color #655E2E: hue angle of 52.36º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #655E2E is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 94 | 46 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.60 |
| HSL | 52.36º | 0.37% | 0.29% | - |
| HSV(B) | 52.36º | 0.54% | 0.4% | - |
| XYZ | 9.86 | 10.97 | 4.18 | - |
| YUV | 90.62 | 102.82 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 94 | 46 | 0 | 0.07 | 0.54 | 0.60 | 52.36 | 0.37 | 0.29 |
| Hex | 65 | 5E | 2E | 0 | 7 | 36 | 3C | 34 | 25 | 1D |
| Octal | 145 | 136 | 56 | 0 | 7 | 66 | 74 | 64 | 45 | 35 |
| Binary | 1100101 | 1011110 | 101110 | 0 | 111 | 110110 | 111100 | 110100 | 100101 | 11101 |
Color Harmonies of #655E2E
Complementary color
Monochromatic Colors of #655E2E
Black with #655E2E
Text Example
Text Example
White with #655E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655E2E; }
p { color: rgb(101,94,46); }
H1.HeaderClassName
{
color: #655E2E;
}
.AnyTagClassName
{
color: #655E2E;
}
</style>
background-color css
<style>
a { background-color: #655E2E; }
a { background-color: rgb(101,94,46); }
div.DivClassName
{
background-color: #655E2E;
}
.BgClassName
{
background-color: #655E2E;
}
</style>
border-color css
<style>
span { border-color: #655E2E; }
span { border-color: rgb(101,94,46); }
td.TdClassName
{
border-color: #655E2E;
}
.TagClassName
{
border-color: #655E2E;
}
</style>