Shades of West Coast #62562D
Tints of West Coast #62562D
RGB
CMYK
RGB Variations
Color information
#62562D (or 0x62562D) is known color: West Coast. HEX triplet: 62, 56 and 2D. RGB value is (98,86,45). Sum of RGB (Red+Green+Blue) = 98+86+45=229 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.79% from 229); Green value is 86 (33.98% from 255 or 37.55% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 98 - color contains mainly: red. Hex color #62562D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62562D is #9DA9D2. Grayscale: #555555. Windows color (decimal): -10332627 or 2971234. OLE color: 2971234.
HSL color Cylindrical-coordinate representation of color #62562D: hue angle of 46.42º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #62562D is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 86 | 45 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.62 |
| HSL | 46.42º | 0.37% | 0.28% | - |
| HSV(B) | 46.42º | 0.54% | 0.38% | - |
| XYZ | 8.84 | 9.44 | 3.84 | - |
| YUV | 84.91 | 105.48 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 86 | 45 | 0 | 0.12 | 0.54 | 0.62 | 46.42 | 0.37 | 0.28 |
| Hex | 62 | 56 | 2D | 0 | C | 36 | 3E | 2E | 25 | 1C |
| Octal | 142 | 126 | 55 | 0 | 14 | 66 | 76 | 56 | 45 | 34 |
| Binary | 1100010 | 1010110 | 101101 | 0 | 1100 | 110110 | 111110 | 101110 | 100101 | 11100 |
Color Harmonies of #62562D
Complementary color
Monochromatic Colors of #62562D
Black with #62562D
Text Example
Text Example
White with #62562D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62562D; }
p { color: rgb(98,86,45); }
H1.HeaderClassName
{
color: #62562D;
}
.AnyTagClassName
{
color: #62562D;
}
</style>
background-color css
<style>
a { background-color: #62562D; }
a { background-color: rgb(98,86,45); }
div.DivClassName
{
background-color: #62562D;
}
.BgClassName
{
background-color: #62562D;
}
</style>
border-color css
<style>
span { border-color: #62562D; }
span { border-color: rgb(98,86,45); }
td.TdClassName
{
border-color: #62562D;
}
.TagClassName
{
border-color: #62562D;
}
</style>