Shades of West Coast #62512E
Tints of West Coast #62512E
RGB
CMYK
RGB Variations
Color information
#62512E (or 0x62512E) is known color: West Coast. HEX triplet: 62, 51 and 2E. RGB value is (98,81,46). Sum of RGB (Red+Green+Blue) = 98+81+46=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 98 - color contains mainly: red. Hex color #62512E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62512E is #9DAED1. Grayscale: #525252. Windows color (decimal): -10333906 or 3035490. OLE color: 3035490.
HSL color Cylindrical-coordinate representation of color #62512E: hue angle of 40.38º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #62512E is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 81 | 46 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.62 |
| HSL | 40.38º | 0.36% | 0.28% | - |
| HSV(B) | 40.38º | 0.53% | 0.38% | - |
| XYZ | 8.47 | 8.68 | 3.81 | - |
| YUV | 82.09 | 107.63 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 81 | 46 | 0 | 0.17 | 0.53 | 0.62 | 40.38 | 0.36 | 0.28 |
| Hex | 62 | 51 | 2E | 0 | 11 | 35 | 3E | 28 | 24 | 1C |
| Octal | 142 | 121 | 56 | 0 | 21 | 65 | 76 | 50 | 44 | 34 |
| Binary | 1100010 | 1010001 | 101110 | 0 | 10001 | 110101 | 111110 | 101000 | 100100 | 11100 |
Color Harmonies of #62512E
Complementary color
Monochromatic Colors of #62512E
Black with #62512E
Text Example
Text Example
White with #62512E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62512E; }
p { color: rgb(98,81,46); }
H1.HeaderClassName
{
color: #62512E;
}
.AnyTagClassName
{
color: #62512E;
}
</style>
background-color css
<style>
a { background-color: #62512E; }
a { background-color: rgb(98,81,46); }
div.DivClassName
{
background-color: #62512E;
}
.BgClassName
{
background-color: #62512E;
}
</style>
border-color css
<style>
span { border-color: #62512E; }
span { border-color: rgb(98,81,46); }
td.TdClassName
{
border-color: #62512E;
}
.TagClassName
{
border-color: #62512E;
}
</style>