Shades of West Coast #63562B
Tints of West Coast #63562B
RGB
CMYK
RGB Variations
Color information
#63562B (or 0x63562B) is known color: West Coast. HEX triplet: 63, 56 and 2B. RGB value is (99,86,43). Sum of RGB (Red+Green+Blue) = 99+86+43=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 99 - color contains mainly: red. Hex color #63562B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63562B is #9CA9D4. Grayscale: #555555. Windows color (decimal): -10267093 or 2840163. OLE color: 2840163.
HSL color Cylindrical-coordinate representation of color #63562B: hue angle of 46.07º 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 #63562B is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 86 | 43 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.61 |
| HSL | 46.07º | 0.39% | 0.28% | - |
| HSV(B) | 46.07º | 0.57% | 0.39% | - |
| XYZ | 8.91 | 9.48 | 3.65 | - |
| YUV | 84.99 | 104.31 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 86 | 43 | 0 | 0.13 | 0.57 | 0.61 | 46.07 | 0.39 | 0.28 |
| Hex | 63 | 56 | 2B | 0 | D | 39 | 3D | 2E | 27 | 1C |
| Octal | 143 | 126 | 53 | 0 | 15 | 71 | 75 | 56 | 47 | 34 |
| Binary | 1100011 | 1010110 | 101011 | 0 | 1101 | 111001 | 111101 | 101110 | 100111 | 11100 |
Color Harmonies of #63562B
Complementary color
Monochromatic Colors of #63562B
Black with #63562B
Text Example
Text Example
White with #63562B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63562B; }
p { color: rgb(99,86,43); }
H1.HeaderClassName
{
color: #63562B;
}
.AnyTagClassName
{
color: #63562B;
}
</style>
background-color css
<style>
a { background-color: #63562B; }
a { background-color: rgb(99,86,43); }
div.DivClassName
{
background-color: #63562B;
}
.BgClassName
{
background-color: #63562B;
}
</style>
border-color css
<style>
span { border-color: #63562B; }
span { border-color: rgb(99,86,43); }
td.TdClassName
{
border-color: #63562B;
}
.TagClassName
{
border-color: #63562B;
}
</style>