Shades of West Coast #655A36
Tints of West Coast #655A36
RGB
CMYK
RGB Variations
Color information
#655A36 (or 0x655A36) is known color: West Coast. HEX triplet: 65, 5A and 36. RGB value is (101,90,54). Sum of RGB (Red+Green+Blue) = 101+90+54=245 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.22% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 101 - color contains mainly: red. Hex color #655A36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655A36 is #9AA5C9. Grayscale: #595959. Windows color (decimal): -10134986 or 3562085. OLE color: 3562085.
HSL color Cylindrical-coordinate representation of color #655A36: hue angle of 45.96º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #655A36 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 90 | 54 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.60 |
| HSL | 45.96º | 0.3% | 0.3% | - |
| HSV(B) | 45.96º | 0.47% | 0.4% | - |
| XYZ | 9.69 | 10.35 | 4.98 | - |
| YUV | 89.19 | 108.14 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 54 | 0 | 0.11 | 0.47 | 0.60 | 45.96 | 0.3 | 0.3 |
| Hex | 65 | 5A | 36 | 0 | B | 2F | 3C | 2E | 1E | 1E |
| Octal | 145 | 132 | 66 | 0 | 13 | 57 | 74 | 56 | 36 | 36 |
| Binary | 1100101 | 1011010 | 110110 | 0 | 1011 | 101111 | 111100 | 101110 | 11110 | 11110 |
Color Harmonies of #655A36
Complementary color
Monochromatic Colors of #655A36
Black with #655A36
Text Example
Text Example
White with #655A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655A36; }
p { color: rgb(101,90,54); }
H1.HeaderClassName
{
color: #655A36;
}
.AnyTagClassName
{
color: #655A36;
}
</style>
background-color css
<style>
a { background-color: #655A36; }
a { background-color: rgb(101,90,54); }
div.DivClassName
{
background-color: #655A36;
}
.BgClassName
{
background-color: #655A36;
}
</style>
border-color css
<style>
span { border-color: #655A36; }
span { border-color: rgb(101,90,54); }
td.TdClassName
{
border-color: #655A36;
}
.TagClassName
{
border-color: #655A36;
}
</style>