Shades of West Coast #63512F
Tints of West Coast #63512F
RGB
CMYK
RGB Variations
Color information
#63512F (or 0x63512F) is known color: West Coast. HEX triplet: 63, 51 and 2F. RGB value is (99,81,47). Sum of RGB (Red+Green+Blue) = 99+81+47=227 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.61% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 99 - color contains mainly: red. Hex color #63512F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63512F is #9CAED0. Grayscale: #525252. Windows color (decimal): -10268369 or 3101027. OLE color: 3101027.
HSL color Cylindrical-coordinate representation of color #63512F: hue angle of 39.23º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63512F is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 81 | 47 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.61 |
| HSL | 39.23º | 0.36% | 0.29% | - |
| HSV(B) | 39.23º | 0.53% | 0.39% | - |
| XYZ | 8.6 | 8.74 | 3.92 | - |
| YUV | 82.51 | 107.96 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 81 | 47 | 0 | 0.18 | 0.53 | 0.61 | 39.23 | 0.36 | 0.29 |
| Hex | 63 | 51 | 2F | 0 | 12 | 35 | 3D | 27 | 24 | 1D |
| Octal | 143 | 121 | 57 | 0 | 22 | 65 | 75 | 47 | 44 | 35 |
| Binary | 1100011 | 1010001 | 101111 | 0 | 10010 | 110101 | 111101 | 100111 | 100100 | 11101 |
Color Harmonies of #63512F
Complementary color
Monochromatic Colors of #63512F
Black with #63512F
Text Example
Text Example
White with #63512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63512F; }
p { color: rgb(99,81,47); }
H1.HeaderClassName
{
color: #63512F;
}
.AnyTagClassName
{
color: #63512F;
}
</style>
background-color css
<style>
a { background-color: #63512F; }
a { background-color: rgb(99,81,47); }
div.DivClassName
{
background-color: #63512F;
}
.BgClassName
{
background-color: #63512F;
}
</style>
border-color css
<style>
span { border-color: #63512F; }
span { border-color: rgb(99,81,47); }
td.TdClassName
{
border-color: #63512F;
}
.TagClassName
{
border-color: #63512F;
}
</style>