Shades of West Coast #63583B
Tints of West Coast #63583B
RGB
CMYK
RGB Variations
Color information
#63583B (or 0x63583B) is known color: West Coast. HEX triplet: 63, 58 and 3B. RGB value is (99,88,59). Sum of RGB (Red+Green+Blue) = 99+88+59=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 59 (23.44% from 255 or 23.98% from 246); Max value from RGB is 99 - color contains mainly: red. Hex color #63583B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63583B is #9CA7C4. Grayscale: #585858. Windows color (decimal): -10266565 or 3889251. OLE color: 3889251.
HSL color Cylindrical-coordinate representation of color #63583B: hue angle of 43.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63583B is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 88 | 59 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.61 |
| HSL | 43.5º | 0.25% | 0.31% | - |
| HSV(B) | 43.5º | 0.4% | 0.39% | - |
| XYZ | 9.42 | 9.95 | 5.56 | - |
| YUV | 87.98 | 111.64 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 88 | 59 | 0 | 0.11 | 0.40 | 0.61 | 43.5 | 0.25 | 0.31 |
| Hex | 63 | 58 | 3B | 0 | B | 28 | 3D | 2C | 19 | 1F |
| Octal | 143 | 130 | 73 | 0 | 13 | 50 | 75 | 54 | 31 | 37 |
| Binary | 1100011 | 1011000 | 111011 | 0 | 1011 | 101000 | 111101 | 101100 | 11001 | 11111 |
Color Harmonies of #63583B
Complementary color
Monochromatic Colors of #63583B
Black with #63583B
Text Example
Text Example
White with #63583B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63583B; }
p { color: rgb(99,88,59); }
H1.HeaderClassName
{
color: #63583B;
}
.AnyTagClassName
{
color: #63583B;
}
</style>
background-color css
<style>
a { background-color: #63583B; }
a { background-color: rgb(99,88,59); }
div.DivClassName
{
background-color: #63583B;
}
.BgClassName
{
background-color: #63583B;
}
</style>
border-color css
<style>
span { border-color: #63583B; }
span { border-color: rgb(99,88,59); }
td.TdClassName
{
border-color: #63583B;
}
.TagClassName
{
border-color: #63583B;
}
</style>