Shades of West Coast #63522D
Tints of West Coast #63522D
RGB
CMYK
RGB Variations
Color information
#63522D (or 0x63522D) is known color: West Coast. HEX triplet: 63, 52 and 2D. RGB value is (99,82,45). Sum of RGB (Red+Green+Blue) = 99+82+45=226 (29% of max value = 765). Red value is 99 (39.06% from 255 or 43.81% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 99 - color contains mainly: red. Hex color #63522D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63522D is #9CADD2. Grayscale: #535353. Windows color (decimal): -10268115 or 2970211. OLE color: 2970211.
HSL color Cylindrical-coordinate representation of color #63522D: hue angle of 41.11º 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 #63522D is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 82 | 45 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.61 |
| HSL | 41.11º | 0.38% | 0.28% | - |
| HSV(B) | 41.11º | 0.55% | 0.39% | - |
| XYZ | 8.64 | 8.88 | 3.74 | - |
| YUV | 82.87 | 106.63 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 82 | 45 | 0 | 0.17 | 0.55 | 0.61 | 41.11 | 0.38 | 0.28 |
| Hex | 63 | 52 | 2D | 0 | 11 | 37 | 3D | 29 | 26 | 1C |
| Octal | 143 | 122 | 55 | 0 | 21 | 67 | 75 | 51 | 46 | 34 |
| Binary | 1100011 | 1010010 | 101101 | 0 | 10001 | 110111 | 111101 | 101001 | 100110 | 11100 |
Color Harmonies of #63522D
Complementary color
Monochromatic Colors of #63522D
Black with #63522D
Text Example
Text Example
White with #63522D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63522D; }
p { color: rgb(99,82,45); }
H1.HeaderClassName
{
color: #63522D;
}
.AnyTagClassName
{
color: #63522D;
}
</style>
background-color css
<style>
a { background-color: #63522D; }
a { background-color: rgb(99,82,45); }
div.DivClassName
{
background-color: #63522D;
}
.BgClassName
{
background-color: #63522D;
}
</style>
border-color css
<style>
span { border-color: #63522D; }
span { border-color: rgb(99,82,45); }
td.TdClassName
{
border-color: #63522D;
}
.TagClassName
{
border-color: #63522D;
}
</style>