Shades of West Coast #63512A
Tints of West Coast #63512A
RGB
CMYK
RGB Variations
Color information
#63512A (or 0x63512A) is known color: West Coast. HEX triplet: 63, 51 and 2A. RGB value is (99,81,42). Sum of RGB (Red+Green+Blue) = 99+81+42=222 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.59% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 42 (16.80% from 255 or 18.92% from 222); Max value from RGB is 99 - color contains mainly: red. Hex color #63512A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63512A is #9CAED5. Grayscale: #525252. Windows color (decimal): -10268374 or 2773347. OLE color: 2773347.
HSL color Cylindrical-coordinate representation of color #63512A: hue angle of 41.05º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63512A is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 81 | 42 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.61 |
| HSL | 41.05º | 0.4% | 0.28% | - |
| HSV(B) | 41.05º | 0.58% | 0.39% | - |
| XYZ | 8.51 | 8.7 | 3.42 | - |
| YUV | 81.94 | 105.46 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 81 | 42 | 0 | 0.18 | 0.58 | 0.61 | 41.05 | 0.4 | 0.28 |
| Hex | 63 | 51 | 2A | 0 | 12 | 3A | 3D | 29 | 28 | 1C |
| Octal | 143 | 121 | 52 | 0 | 22 | 72 | 75 | 51 | 50 | 34 |
| Binary | 1100011 | 1010001 | 101010 | 0 | 10010 | 111010 | 111101 | 101001 | 101000 | 11100 |
Color Harmonies of #63512A
Complementary color
Monochromatic Colors of #63512A
Black with #63512A
Text Example
Text Example
White with #63512A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63512A; }
p { color: rgb(99,81,42); }
H1.HeaderClassName
{
color: #63512A;
}
.AnyTagClassName
{
color: #63512A;
}
</style>
background-color css
<style>
a { background-color: #63512A; }
a { background-color: rgb(99,81,42); }
div.DivClassName
{
background-color: #63512A;
}
.BgClassName
{
background-color: #63512A;
}
</style>
border-color css
<style>
span { border-color: #63512A; }
span { border-color: rgb(99,81,42); }
td.TdClassName
{
border-color: #63512A;
}
.TagClassName
{
border-color: #63512A;
}
</style>