Shades of West Coast #655A38
Tints of West Coast #655A38
RGB
CMYK
RGB Variations
Color information
#655A38 (or 0x655A38) is known color: West Coast. HEX triplet: 65, 5A and 38. RGB value is (101,90,56). Sum of RGB (Red+Green+Blue) = 101+90+56=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 90 (35.55% from 255 or 36.44% from 247); Blue value is 56 (22.27% from 255 or 22.67% from 247); Max value from RGB is 101 - color contains mainly: red. Hex color #655A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655A38 is #9AA5C7. Grayscale: #595959. Windows color (decimal): -10134984 or 3693157. OLE color: 3693157.
HSL color Cylindrical-coordinate representation of color #655A38: hue angle of 45.33º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #655A38 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 90 | 56 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.60 |
| HSL | 45.33º | 0.29% | 0.31% | - |
| HSV(B) | 45.33º | 0.45% | 0.4% | - |
| XYZ | 9.74 | 10.36 | 5.23 | - |
| YUV | 89.41 | 109.14 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 56 | 0 | 0.11 | 0.45 | 0.60 | 45.33 | 0.29 | 0.31 |
| Hex | 65 | 5A | 38 | 0 | B | 2D | 3C | 2D | 1D | 1F |
| Octal | 145 | 132 | 70 | 0 | 13 | 55 | 74 | 55 | 35 | 37 |
| Binary | 1100101 | 1011010 | 111000 | 0 | 1011 | 101101 | 111100 | 101101 | 11101 | 11111 |
Color Harmonies of #655A38
Complementary color
Monochromatic Colors of #655A38
Black with #655A38
Text Example
Text Example
White with #655A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655A38; }
p { color: rgb(101,90,56); }
H1.HeaderClassName
{
color: #655A38;
}
.AnyTagClassName
{
color: #655A38;
}
</style>
background-color css
<style>
a { background-color: #655A38; }
a { background-color: rgb(101,90,56); }
div.DivClassName
{
background-color: #655A38;
}
.BgClassName
{
background-color: #655A38;
}
</style>
border-color css
<style>
span { border-color: #655A38; }
span { border-color: rgb(101,90,56); }
td.TdClassName
{
border-color: #655A38;
}
.TagClassName
{
border-color: #655A38;
}
</style>