Shades of West Coast #62512D
Tints of West Coast #62512D
RGB
CMYK
RGB Variations
Color information
#62512D (or 0x62512D) is known color: West Coast. HEX triplet: 62, 51 and 2D. RGB value is (98,81,45). Sum of RGB (Red+Green+Blue) = 98+81+45=224 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.75% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 98 - color contains mainly: red. Hex color #62512D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62512D is #9DAED2. Grayscale: #525252. Windows color (decimal): -10333907 or 2969954. OLE color: 2969954.
HSL color Cylindrical-coordinate representation of color #62512D: hue angle of 40.75º 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 #62512D is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 81 | 45 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.62 |
| HSL | 40.75º | 0.37% | 0.28% | - |
| HSV(B) | 40.75º | 0.54% | 0.38% | - |
| XYZ | 8.45 | 8.67 | 3.71 | - |
| YUV | 81.98 | 107.13 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 81 | 45 | 0 | 0.17 | 0.54 | 0.62 | 40.75 | 0.37 | 0.28 |
| Hex | 62 | 51 | 2D | 0 | 11 | 36 | 3E | 29 | 25 | 1C |
| Octal | 142 | 121 | 55 | 0 | 21 | 66 | 76 | 51 | 45 | 34 |
| Binary | 1100010 | 1010001 | 101101 | 0 | 10001 | 110110 | 111110 | 101001 | 100101 | 11100 |
Color Harmonies of #62512D
Complementary color
Monochromatic Colors of #62512D
Black with #62512D
Text Example
Text Example
White with #62512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62512D; }
p { color: rgb(98,81,45); }
H1.HeaderClassName
{
color: #62512D;
}
.AnyTagClassName
{
color: #62512D;
}
</style>
background-color css
<style>
a { background-color: #62512D; }
a { background-color: rgb(98,81,45); }
div.DivClassName
{
background-color: #62512D;
}
.BgClassName
{
background-color: #62512D;
}
</style>
border-color css
<style>
span { border-color: #62512D; }
span { border-color: rgb(98,81,45); }
td.TdClassName
{
border-color: #62512D;
}
.TagClassName
{
border-color: #62512D;
}
</style>