Shades of West Coast #62512C
Tints of West Coast #62512C
RGB
CMYK
RGB Variations
Color information
#62512C (or 0x62512C) is known color: West Coast. HEX triplet: 62, 51 and 2C. RGB value is (98,81,44). Sum of RGB (Red+Green+Blue) = 98+81+44=223 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.95% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 98 - color contains mainly: red. Hex color #62512C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62512C is #9DAED3. Grayscale: #525252. Windows color (decimal): -10333908 or 2904418. OLE color: 2904418.
HSL color Cylindrical-coordinate representation of color #62512C: hue angle of 41.11º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62512C is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 81 | 44 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.62 |
| HSL | 41.11º | 0.38% | 0.28% | - |
| HSV(B) | 41.11º | 0.55% | 0.38% | - |
| XYZ | 8.43 | 8.66 | 3.61 | - |
| YUV | 81.87 | 106.63 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 81 | 44 | 0 | 0.17 | 0.55 | 0.62 | 41.11 | 0.38 | 0.28 |
| Hex | 62 | 51 | 2C | 0 | 11 | 37 | 3E | 29 | 26 | 1C |
| Octal | 142 | 121 | 54 | 0 | 21 | 67 | 76 | 51 | 46 | 34 |
| Binary | 1100010 | 1010001 | 101100 | 0 | 10001 | 110111 | 111110 | 101001 | 100110 | 11100 |
Color Harmonies of #62512C
Complementary color
Monochromatic Colors of #62512C
Black with #62512C
Text Example
Text Example
White with #62512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62512C; }
p { color: rgb(98,81,44); }
H1.HeaderClassName
{
color: #62512C;
}
.AnyTagClassName
{
color: #62512C;
}
</style>
background-color css
<style>
a { background-color: #62512C; }
a { background-color: rgb(98,81,44); }
div.DivClassName
{
background-color: #62512C;
}
.BgClassName
{
background-color: #62512C;
}
</style>
border-color css
<style>
span { border-color: #62512C; }
span { border-color: rgb(98,81,44); }
td.TdClassName
{
border-color: #62512C;
}
.TagClassName
{
border-color: #62512C;
}
</style>