Shades of West Coast #63562F
Tints of West Coast #63562F
RGB
CMYK
RGB Variations
Color information
#63562F (or 0x63562F) is known color: West Coast. HEX triplet: 63, 56 and 2F. RGB value is (99,86,47). Sum of RGB (Red+Green+Blue) = 99+86+47=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 99 - color contains mainly: red. Hex color #63562F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63562F is #9CA9D0. Grayscale: #555555. Windows color (decimal): -10267089 or 3102307. OLE color: 3102307.
HSL color Cylindrical-coordinate representation of color #63562F: hue angle of 45º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63562F is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 86 | 47 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.61 |
| HSL | 45º | 0.36% | 0.29% | - |
| HSV(B) | 45º | 0.53% | 0.39% | - |
| XYZ | 8.99 | 9.51 | 4.05 | - |
| YUV | 85.44 | 106.31 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 86 | 47 | 0 | 0.13 | 0.53 | 0.61 | 45 | 0.36 | 0.29 |
| Hex | 63 | 56 | 2F | 0 | D | 35 | 3D | 2D | 24 | 1D |
| Octal | 143 | 126 | 57 | 0 | 15 | 65 | 75 | 55 | 44 | 35 |
| Binary | 1100011 | 1010110 | 101111 | 0 | 1101 | 110101 | 111101 | 101101 | 100100 | 11101 |
Color Harmonies of #63562F
Complementary color
Monochromatic Colors of #63562F
Black with #63562F
Text Example
Text Example
White with #63562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63562F; }
p { color: rgb(99,86,47); }
H1.HeaderClassName
{
color: #63562F;
}
.AnyTagClassName
{
color: #63562F;
}
</style>
background-color css
<style>
a { background-color: #63562F; }
a { background-color: rgb(99,86,47); }
div.DivClassName
{
background-color: #63562F;
}
.BgClassName
{
background-color: #63562F;
}
</style>
border-color css
<style>
span { border-color: #63562F; }
span { border-color: rgb(99,86,47); }
td.TdClassName
{
border-color: #63562F;
}
.TagClassName
{
border-color: #63562F;
}
</style>