Shades of West Coast #63572C
Tints of West Coast #63572C
RGB
CMYK
RGB Variations
Color information
#63572C (or 0x63572C) is known color: West Coast. HEX triplet: 63, 57 and 2C. RGB value is (99,87,44). Sum of RGB (Red+Green+Blue) = 99+87+44=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 87 (34.38% from 255 or 37.83% from 230); Blue value is 44 (17.58% from 255 or 19.13% from 230); Max value from RGB is 99 - color contains mainly: red. Hex color #63572C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63572C is #9CA8D3. Grayscale: #555555. Windows color (decimal): -10266836 or 2905955. OLE color: 2905955.
HSL color Cylindrical-coordinate representation of color #63572C: hue angle of 46.91º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63572C is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 87 | 44 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.61 |
| HSL | 46.91º | 0.38% | 0.28% | - |
| HSV(B) | 46.91º | 0.56% | 0.39% | - |
| XYZ | 9.01 | 9.65 | 3.77 | - |
| YUV | 85.69 | 104.48 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 87 | 44 | 0 | 0.12 | 0.56 | 0.61 | 46.91 | 0.38 | 0.28 |
| Hex | 63 | 57 | 2C | 0 | C | 38 | 3D | 2F | 26 | 1C |
| Octal | 143 | 127 | 54 | 0 | 14 | 70 | 75 | 57 | 46 | 34 |
| Binary | 1100011 | 1010111 | 101100 | 0 | 1100 | 111000 | 111101 | 101111 | 100110 | 11100 |
Color Harmonies of #63572C
Complementary color
Monochromatic Colors of #63572C
Black with #63572C
Text Example
Text Example
White with #63572C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63572C; }
p { color: rgb(99,87,44); }
H1.HeaderClassName
{
color: #63572C;
}
.AnyTagClassName
{
color: #63572C;
}
</style>
background-color css
<style>
a { background-color: #63572C; }
a { background-color: rgb(99,87,44); }
div.DivClassName
{
background-color: #63572C;
}
.BgClassName
{
background-color: #63572C;
}
</style>
border-color css
<style>
span { border-color: #63572C; }
span { border-color: rgb(99,87,44); }
td.TdClassName
{
border-color: #63572C;
}
.TagClassName
{
border-color: #63572C;
}
</style>