Shades of West Coast #63572B
Tints of West Coast #63572B
RGB
CMYK
RGB Variations
Color information
#63572B (or 0x63572B) is known color: West Coast. HEX triplet: 63, 57 and 2B. RGB value is (99,87,43). Sum of RGB (Red+Green+Blue) = 99+87+43=229 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.23% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 43 (17.19% from 255 or 18.78% from 229); Max value from RGB is 99 - color contains mainly: red. Hex color #63572B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63572B is #9CA8D4. Grayscale: #555555. Windows color (decimal): -10266837 or 2840419. OLE color: 2840419.
HSL color Cylindrical-coordinate representation of color #63572B: hue angle of 47.14º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63572B is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 87 | 43 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.61 |
| HSL | 47.14º | 0.39% | 0.28% | - |
| HSV(B) | 47.14º | 0.57% | 0.39% | - |
| XYZ | 8.99 | 9.64 | 3.67 | - |
| YUV | 85.57 | 103.98 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 87 | 43 | 0 | 0.12 | 0.57 | 0.61 | 47.14 | 0.39 | 0.28 |
| Hex | 63 | 57 | 2B | 0 | C | 39 | 3D | 2F | 27 | 1C |
| Octal | 143 | 127 | 53 | 0 | 14 | 71 | 75 | 57 | 47 | 34 |
| Binary | 1100011 | 1010111 | 101011 | 0 | 1100 | 111001 | 111101 | 101111 | 100111 | 11100 |
Color Harmonies of #63572B
Complementary color
Monochromatic Colors of #63572B
Black with #63572B
Text Example
Text Example
White with #63572B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63572B; }
p { color: rgb(99,87,43); }
H1.HeaderClassName
{
color: #63572B;
}
.AnyTagClassName
{
color: #63572B;
}
</style>
background-color css
<style>
a { background-color: #63572B; }
a { background-color: rgb(99,87,43); }
div.DivClassName
{
background-color: #63572B;
}
.BgClassName
{
background-color: #63572B;
}
</style>
border-color css
<style>
span { border-color: #63572B; }
span { border-color: rgb(99,87,43); }
td.TdClassName
{
border-color: #63572B;
}
.TagClassName
{
border-color: #63572B;
}
</style>