Shades of West Coast #63512D
Tints of West Coast #63512D
RGB
CMYK
RGB Variations
Color information
#63512D (or 0x63512D) is known color: West Coast. HEX triplet: 63, 51 and 2D. RGB value is (99,81,45). Sum of RGB (Red+Green+Blue) = 99+81+45=225 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 99 - color contains mainly: red. Hex color #63512D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63512D is #9CAED2. Grayscale: #525252. Windows color (decimal): -10268371 or 2969955. OLE color: 2969955.
HSL color Cylindrical-coordinate representation of color #63512D: hue angle of 40º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63512D is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 81 | 45 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.61 |
| HSL | 40º | 0.38% | 0.28% | - |
| HSV(B) | 40º | 0.55% | 0.39% | - |
| XYZ | 8.56 | 8.73 | 3.72 | - |
| YUV | 82.28 | 106.96 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 81 | 45 | 0 | 0.18 | 0.55 | 0.61 | 40 | 0.38 | 0.28 |
| Hex | 63 | 51 | 2D | 0 | 12 | 37 | 3D | 28 | 26 | 1C |
| Octal | 143 | 121 | 55 | 0 | 22 | 67 | 75 | 50 | 46 | 34 |
| Binary | 1100011 | 1010001 | 101101 | 0 | 10010 | 110111 | 111101 | 101000 | 100110 | 11100 |
Color Harmonies of #63512D
Complementary color
Monochromatic Colors of #63512D
Black with #63512D
Text Example
Text Example
White with #63512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63512D; }
p { color: rgb(99,81,45); }
H1.HeaderClassName
{
color: #63512D;
}
.AnyTagClassName
{
color: #63512D;
}
</style>
background-color css
<style>
a { background-color: #63512D; }
a { background-color: rgb(99,81,45); }
div.DivClassName
{
background-color: #63512D;
}
.BgClassName
{
background-color: #63512D;
}
</style>
border-color css
<style>
span { border-color: #63512D; }
span { border-color: rgb(99,81,45); }
td.TdClassName
{
border-color: #63512D;
}
.TagClassName
{
border-color: #63512D;
}
</style>