Shades of West Coast #65572A
Tints of West Coast #65572A
RGB
CMYK
RGB Variations
Color information
#65572A (or 0x65572A) is known color: West Coast. HEX triplet: 65, 57 and 2A. RGB value is (101,87,42). Sum of RGB (Red+Green+Blue) = 101+87+42=230 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.91% from 230); Green value is 87 (34.38% from 255 or 37.83% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 101 - color contains mainly: red. Hex color #65572A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65572A is #9AA8D5. Grayscale: #565656. Windows color (decimal): -10135766 or 2774885. OLE color: 2774885.
HSL color Cylindrical-coordinate representation of color #65572A: hue angle of 45.76º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65572A is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 87 | 42 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.60 |
| HSL | 45.76º | 0.41% | 0.28% | - |
| HSV(B) | 45.76º | 0.58% | 0.4% | - |
| XYZ | 9.19 | 9.75 | 3.59 | - |
| YUV | 86.06 | 103.14 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 87 | 42 | 0 | 0.14 | 0.58 | 0.60 | 45.76 | 0.41 | 0.28 |
| Hex | 65 | 57 | 2A | 0 | E | 3A | 3C | 2E | 29 | 1C |
| Octal | 145 | 127 | 52 | 0 | 16 | 72 | 74 | 56 | 51 | 34 |
| Binary | 1100101 | 1010111 | 101010 | 0 | 1110 | 111010 | 111100 | 101110 | 101001 | 11100 |
Color Harmonies of #65572A
Complementary color
Monochromatic Colors of #65572A
Black with #65572A
Text Example
Text Example
White with #65572A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65572A; }
p { color: rgb(101,87,42); }
H1.HeaderClassName
{
color: #65572A;
}
.AnyTagClassName
{
color: #65572A;
}
</style>
background-color css
<style>
a { background-color: #65572A; }
a { background-color: rgb(101,87,42); }
div.DivClassName
{
background-color: #65572A;
}
.BgClassName
{
background-color: #65572A;
}
</style>
border-color css
<style>
span { border-color: #65572A; }
span { border-color: rgb(101,87,42); }
td.TdClassName
{
border-color: #65572A;
}
.TagClassName
{
border-color: #65572A;
}
</style>