Shades of West Coast #63542D
Tints of West Coast #63542D
RGB
CMYK
RGB Variations
Color information
#63542D (or 0x63542D) is known color: West Coast. HEX triplet: 63, 54 and 2D. RGB value is (99,84,45). Sum of RGB (Red+Green+Blue) = 99+84+45=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 84 (33.20% from 255 or 36.84% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 99 - color contains mainly: red. Hex color #63542D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63542D is #9CABD2. Grayscale: #545454. Windows color (decimal): -10267603 or 2970723. OLE color: 2970723.
HSL color Cylindrical-coordinate representation of color #63542D: hue angle of 43.33º 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 #63542D is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 84 | 45 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.61 |
| HSL | 43.33º | 0.38% | 0.28% | - |
| HSV(B) | 43.33º | 0.55% | 0.39% | - |
| XYZ | 8.79 | 9.18 | 3.79 | - |
| YUV | 84.04 | 105.97 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 84 | 45 | 0 | 0.15 | 0.55 | 0.61 | 43.33 | 0.38 | 0.28 |
| Hex | 63 | 54 | 2D | 0 | F | 37 | 3D | 2B | 26 | 1C |
| Octal | 143 | 124 | 55 | 0 | 17 | 67 | 75 | 53 | 46 | 34 |
| Binary | 1100011 | 1010100 | 101101 | 0 | 1111 | 110111 | 111101 | 101011 | 100110 | 11100 |
Color Harmonies of #63542D
Complementary color
Monochromatic Colors of #63542D
Black with #63542D
Text Example
Text Example
White with #63542D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63542D; }
p { color: rgb(99,84,45); }
H1.HeaderClassName
{
color: #63542D;
}
.AnyTagClassName
{
color: #63542D;
}
</style>
background-color css
<style>
a { background-color: #63542D; }
a { background-color: rgb(99,84,45); }
div.DivClassName
{
background-color: #63542D;
}
.BgClassName
{
background-color: #63542D;
}
</style>
border-color css
<style>
span { border-color: #63542D; }
span { border-color: rgb(99,84,45); }
td.TdClassName
{
border-color: #63542D;
}
.TagClassName
{
border-color: #63542D;
}
</style>