Shades of West Coast #65572B
Tints of West Coast #65572B
RGB
CMYK
RGB Variations
Color information
#65572B (or 0x65572B) is known color: West Coast. HEX triplet: 65, 57 and 2B. RGB value is (101,87,43). Sum of RGB (Red+Green+Blue) = 101+87+43=231 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.72% from 231); Green value is 87 (34.38% from 255 or 37.66% from 231); Blue value is 43 (17.19% from 255 or 18.61% from 231); Max value from RGB is 101 - color contains mainly: red. Hex color #65572B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65572B is #9AA8D4. Grayscale: #565656. Windows color (decimal): -10135765 or 2840421. OLE color: 2840421.
HSL color Cylindrical-coordinate representation of color #65572B: hue angle of 45.52º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65572B is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 87 | 43 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.60 |
| HSL | 45.52º | 0.4% | 0.28% | - |
| HSV(B) | 45.52º | 0.57% | 0.4% | - |
| XYZ | 9.21 | 9.76 | 3.68 | - |
| YUV | 86.17 | 103.64 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 87 | 43 | 0 | 0.14 | 0.57 | 0.60 | 45.52 | 0.4 | 0.28 |
| Hex | 65 | 57 | 2B | 0 | E | 39 | 3C | 2E | 28 | 1C |
| Octal | 145 | 127 | 53 | 0 | 16 | 71 | 74 | 56 | 50 | 34 |
| Binary | 1100101 | 1010111 | 101011 | 0 | 1110 | 111001 | 111100 | 101110 | 101000 | 11100 |
Color Harmonies of #65572B
Complementary color
Monochromatic Colors of #65572B
Black with #65572B
Text Example
Text Example
White with #65572B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65572B; }
p { color: rgb(101,87,43); }
H1.HeaderClassName
{
color: #65572B;
}
.AnyTagClassName
{
color: #65572B;
}
</style>
background-color css
<style>
a { background-color: #65572B; }
a { background-color: rgb(101,87,43); }
div.DivClassName
{
background-color: #65572B;
}
.BgClassName
{
background-color: #65572B;
}
</style>
border-color css
<style>
span { border-color: #65572B; }
span { border-color: rgb(101,87,43); }
td.TdClassName
{
border-color: #65572B;
}
.TagClassName
{
border-color: #65572B;
}
</style>