Shades of West Coast #63552C
Tints of West Coast #63552C
RGB
CMYK
RGB Variations
Color information
#63552C (or 0x63552C) is known color: West Coast. HEX triplet: 63, 55 and 2C. RGB value is (99,85,44). Sum of RGB (Red+Green+Blue) = 99+85+44=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 99 - color contains mainly: red. Hex color #63552C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63552C is #9CAAD3. Grayscale: #545454. Windows color (decimal): -10267348 or 2905443. OLE color: 2905443.
HSL color Cylindrical-coordinate representation of color #63552C: hue angle of 44.73º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63552C is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 85 | 44 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.61 |
| HSL | 44.73º | 0.38% | 0.28% | - |
| HSV(B) | 44.73º | 0.56% | 0.39% | - |
| XYZ | 8.85 | 9.33 | 3.72 | - |
| YUV | 84.51 | 105.14 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 85 | 44 | 0 | 0.14 | 0.56 | 0.61 | 44.73 | 0.38 | 0.28 |
| Hex | 63 | 55 | 2C | 0 | E | 38 | 3D | 2D | 26 | 1C |
| Octal | 143 | 125 | 54 | 0 | 16 | 70 | 75 | 55 | 46 | 34 |
| Binary | 1100011 | 1010101 | 101100 | 0 | 1110 | 111000 | 111101 | 101101 | 100110 | 11100 |
Color Harmonies of #63552C
Complementary color
Monochromatic Colors of #63552C
Black with #63552C
Text Example
Text Example
White with #63552C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63552C; }
p { color: rgb(99,85,44); }
H1.HeaderClassName
{
color: #63552C;
}
.AnyTagClassName
{
color: #63552C;
}
</style>
background-color css
<style>
a { background-color: #63552C; }
a { background-color: rgb(99,85,44); }
div.DivClassName
{
background-color: #63552C;
}
.BgClassName
{
background-color: #63552C;
}
</style>
border-color css
<style>
span { border-color: #63552C; }
span { border-color: rgb(99,85,44); }
td.TdClassName
{
border-color: #63552C;
}
.TagClassName
{
border-color: #63552C;
}
</style>