Shades of West Coast #655935
Tints of West Coast #655935
RGB
CMYK
RGB Variations
Color information
#655935 (or 0x655935) is known color: West Coast. HEX triplet: 65, 59 and 35. RGB value is (101,89,53). Sum of RGB (Red+Green+Blue) = 101+89+53=243 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.56% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 53 (21.09% from 255 or 21.81% from 243); Max value from RGB is 101 - color contains mainly: red. Hex color #655935 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655935 is #9AA6CA. Grayscale: #585858. Windows color (decimal): -10135243 or 3496293. OLE color: 3496293.
HSL color Cylindrical-coordinate representation of color #655935: hue angle of 45º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #655935 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 89 | 53 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.60 |
| HSL | 45º | 0.31% | 0.3% | - |
| HSV(B) | 45º | 0.48% | 0.4% | - |
| XYZ | 9.58 | 10.17 | 4.83 | - |
| YUV | 88.48 | 107.98 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 89 | 53 | 0 | 0.12 | 0.48 | 0.60 | 45 | 0.31 | 0.3 |
| Hex | 65 | 59 | 35 | 0 | C | 30 | 3C | 2D | 1F | 1E |
| Octal | 145 | 131 | 65 | 0 | 14 | 60 | 74 | 55 | 37 | 36 |
| Binary | 1100101 | 1011001 | 110101 | 0 | 1100 | 110000 | 111100 | 101101 | 11111 | 11110 |
Color Harmonies of #655935
Complementary color
Monochromatic Colors of #655935
Black with #655935
Text Example
Text Example
White with #655935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655935; }
p { color: rgb(101,89,53); }
H1.HeaderClassName
{
color: #655935;
}
.AnyTagClassName
{
color: #655935;
}
</style>
background-color css
<style>
a { background-color: #655935; }
a { background-color: rgb(101,89,53); }
div.DivClassName
{
background-color: #655935;
}
.BgClassName
{
background-color: #655935;
}
</style>
border-color css
<style>
span { border-color: #655935; }
span { border-color: rgb(101,89,53); }
td.TdClassName
{
border-color: #655935;
}
.TagClassName
{
border-color: #655935;
}
</style>