Shades of West Coast #63562D
Tints of West Coast #63562D
RGB
CMYK
RGB Variations
Color information
#63562D (or 0x63562D) is known color: West Coast. HEX triplet: 63, 56 and 2D. RGB value is (99,86,45). Sum of RGB (Red+Green+Blue) = 99+86+45=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 99 - color contains mainly: red. Hex color #63562D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63562D is #9CA9D2. Grayscale: #555555. Windows color (decimal): -10267091 or 2971235. OLE color: 2971235.
HSL color Cylindrical-coordinate representation of color #63562D: hue angle of 45.56º 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 #63562D is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 86 | 45 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.61 |
| HSL | 45.56º | 0.38% | 0.28% | - |
| HSV(B) | 45.56º | 0.55% | 0.39% | - |
| XYZ | 8.95 | 9.5 | 3.84 | - |
| YUV | 85.21 | 105.31 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 86 | 45 | 0 | 0.13 | 0.55 | 0.61 | 45.56 | 0.38 | 0.28 |
| Hex | 63 | 56 | 2D | 0 | D | 37 | 3D | 2E | 26 | 1C |
| Octal | 143 | 126 | 55 | 0 | 15 | 67 | 75 | 56 | 46 | 34 |
| Binary | 1100011 | 1010110 | 101101 | 0 | 1101 | 110111 | 111101 | 101110 | 100110 | 11100 |
Color Harmonies of #63562D
Complementary color
Monochromatic Colors of #63562D
Black with #63562D
Text Example
Text Example
White with #63562D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63562D; }
p { color: rgb(99,86,45); }
H1.HeaderClassName
{
color: #63562D;
}
.AnyTagClassName
{
color: #63562D;
}
</style>
background-color css
<style>
a { background-color: #63562D; }
a { background-color: rgb(99,86,45); }
div.DivClassName
{
background-color: #63562D;
}
.BgClassName
{
background-color: #63562D;
}
</style>
border-color css
<style>
span { border-color: #63562D; }
span { border-color: rgb(99,86,45); }
td.TdClassName
{
border-color: #63562D;
}
.TagClassName
{
border-color: #63562D;
}
</style>