Shades of West Coast #655839
Tints of West Coast #655839
RGB
CMYK
RGB Variations
Color information
#655839 (or 0x655839) is known color: West Coast. HEX triplet: 65, 58 and 39. RGB value is (101,88,57). Sum of RGB (Red+Green+Blue) = 101+88+57=246 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.06% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 57 (22.66% from 255 or 23.17% from 246); Max value from RGB is 101 - color contains mainly: red. Hex color #655839 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655839 is #9AA7C6. Grayscale: #585858. Windows color (decimal): -10135495 or 3758181. OLE color: 3758181.
HSL color Cylindrical-coordinate representation of color #655839: hue angle of 42.27º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #655839 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 88 | 57 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.60 |
| HSL | 42.27º | 0.28% | 0.31% | - |
| HSV(B) | 42.27º | 0.44% | 0.4% | - |
| XYZ | 9.6 | 10.04 | 5.3 | - |
| YUV | 88.35 | 110.31 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 88 | 57 | 0 | 0.13 | 0.44 | 0.60 | 42.27 | 0.28 | 0.31 |
| Hex | 65 | 58 | 39 | 0 | D | 2C | 3C | 2A | 1C | 1F |
| Octal | 145 | 130 | 71 | 0 | 15 | 54 | 74 | 52 | 34 | 37 |
| Binary | 1100101 | 1011000 | 111001 | 0 | 1101 | 101100 | 111100 | 101010 | 11100 | 11111 |
Color Harmonies of #655839
Complementary color
Monochromatic Colors of #655839
Black with #655839
Text Example
Text Example
White with #655839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655839; }
p { color: rgb(101,88,57); }
H1.HeaderClassName
{
color: #655839;
}
.AnyTagClassName
{
color: #655839;
}
</style>
background-color css
<style>
a { background-color: #655839; }
a { background-color: rgb(101,88,57); }
div.DivClassName
{
background-color: #655839;
}
.BgClassName
{
background-color: #655839;
}
</style>
border-color css
<style>
span { border-color: #655839; }
span { border-color: rgb(101,88,57); }
td.TdClassName
{
border-color: #655839;
}
.TagClassName
{
border-color: #655839;
}
</style>