Shades of West Coast #63532E
Tints of West Coast #63532E
RGB
CMYK
RGB Variations
Color information
#63532E (or 0x63532E) is known color: West Coast. HEX triplet: 63, 53 and 2E. RGB value is (99,83,46). Sum of RGB (Red+Green+Blue) = 99+83+46=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 46 (18.36% from 255 or 20.18% from 228); Max value from RGB is 99 - color contains mainly: red. Hex color #63532E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63532E is #9CACD1. Grayscale: #535353. Windows color (decimal): -10267858 or 3036003. OLE color: 3036003.
HSL color Cylindrical-coordinate representation of color #63532E: hue angle of 41.89º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63532E is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 83 | 46 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.61 |
| HSL | 41.89º | 0.37% | 0.28% | - |
| HSV(B) | 41.89º | 0.54% | 0.39% | - |
| XYZ | 8.73 | 9.04 | 3.87 | - |
| YUV | 83.57 | 106.8 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 83 | 46 | 0 | 0.16 | 0.54 | 0.61 | 41.89 | 0.37 | 0.28 |
| Hex | 63 | 53 | 2E | 0 | 10 | 36 | 3D | 2A | 25 | 1C |
| Octal | 143 | 123 | 56 | 0 | 20 | 66 | 75 | 52 | 45 | 34 |
| Binary | 1100011 | 1010011 | 101110 | 0 | 10000 | 110110 | 111101 | 101010 | 100101 | 11100 |
Color Harmonies of #63532E
Complementary color
Monochromatic Colors of #63532E
Black with #63532E
Text Example
Text Example
White with #63532E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63532E; }
p { color: rgb(99,83,46); }
H1.HeaderClassName
{
color: #63532E;
}
.AnyTagClassName
{
color: #63532E;
}
</style>
background-color css
<style>
a { background-color: #63532E; }
a { background-color: rgb(99,83,46); }
div.DivClassName
{
background-color: #63532E;
}
.BgClassName
{
background-color: #63532E;
}
</style>
border-color css
<style>
span { border-color: #63532E; }
span { border-color: rgb(99,83,46); }
td.TdClassName
{
border-color: #63532E;
}
.TagClassName
{
border-color: #63532E;
}
</style>