Shades of West Coast #63532A
Tints of West Coast #63532A
RGB
CMYK
RGB Variations
Color information
#63532A (or 0x63532A) is known color: West Coast. HEX triplet: 63, 53 and 2A. RGB value is (99,83,42). Sum of RGB (Red+Green+Blue) = 99+83+42=224 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.20% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 99 - color contains mainly: red. Hex color #63532A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63532A is #9CACD5. Grayscale: #535353. Windows color (decimal): -10267862 or 2773859. OLE color: 2773859.
HSL color Cylindrical-coordinate representation of color #63532A: hue angle of 43.16º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63532A is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 83 | 42 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.61 |
| HSL | 43.16º | 0.4% | 0.28% | - |
| HSV(B) | 43.16º | 0.58% | 0.39% | - |
| XYZ | 8.66 | 9.01 | 3.47 | - |
| YUV | 83.11 | 104.8 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 83 | 42 | 0 | 0.16 | 0.58 | 0.61 | 43.16 | 0.4 | 0.28 |
| Hex | 63 | 53 | 2A | 0 | 10 | 3A | 3D | 2B | 28 | 1C |
| Octal | 143 | 123 | 52 | 0 | 20 | 72 | 75 | 53 | 50 | 34 |
| Binary | 1100011 | 1010011 | 101010 | 0 | 10000 | 111010 | 111101 | 101011 | 101000 | 11100 |
Color Harmonies of #63532A
Complementary color
Monochromatic Colors of #63532A
Black with #63532A
Text Example
Text Example
White with #63532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63532A; }
p { color: rgb(99,83,42); }
H1.HeaderClassName
{
color: #63532A;
}
.AnyTagClassName
{
color: #63532A;
}
</style>
background-color css
<style>
a { background-color: #63532A; }
a { background-color: rgb(99,83,42); }
div.DivClassName
{
background-color: #63532A;
}
.BgClassName
{
background-color: #63532A;
}
</style>
border-color css
<style>
span { border-color: #63532A; }
span { border-color: rgb(99,83,42); }
td.TdClassName
{
border-color: #63532A;
}
.TagClassName
{
border-color: #63532A;
}
</style>