Shades of West Coast #62512B
Tints of West Coast #62512B
RGB
CMYK
RGB Variations
Color information
#62512B (or 0x62512B) is known color: West Coast. HEX triplet: 62, 51 and 2B. RGB value is (98,81,43). Sum of RGB (Red+Green+Blue) = 98+81+43=222 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.14% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 98 - color contains mainly: red. Hex color #62512B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62512B is #9DAED4. Grayscale: #515151. Windows color (decimal): -10333909 or 2838882. OLE color: 2838882.
HSL color Cylindrical-coordinate representation of color #62512B: hue angle of 41.45º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62512B is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 81 | 43 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.62 |
| HSL | 41.45º | 0.39% | 0.28% | - |
| HSV(B) | 41.45º | 0.56% | 0.38% | - |
| XYZ | 8.42 | 8.66 | 3.51 | - |
| YUV | 81.75 | 106.13 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 81 | 43 | 0 | 0.17 | 0.56 | 0.62 | 41.45 | 0.39 | 0.28 |
| Hex | 62 | 51 | 2B | 0 | 11 | 38 | 3E | 29 | 27 | 1C |
| Octal | 142 | 121 | 53 | 0 | 21 | 70 | 76 | 51 | 47 | 34 |
| Binary | 1100010 | 1010001 | 101011 | 0 | 10001 | 111000 | 111110 | 101001 | 100111 | 11100 |
Color Harmonies of #62512B
Complementary color
Monochromatic Colors of #62512B
Black with #62512B
Text Example
Text Example
White with #62512B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62512B; }
p { color: rgb(98,81,43); }
H1.HeaderClassName
{
color: #62512B;
}
.AnyTagClassName
{
color: #62512B;
}
</style>
background-color css
<style>
a { background-color: #62512B; }
a { background-color: rgb(98,81,43); }
div.DivClassName
{
background-color: #62512B;
}
.BgClassName
{
background-color: #62512B;
}
</style>
border-color css
<style>
span { border-color: #62512B; }
span { border-color: rgb(98,81,43); }
td.TdClassName
{
border-color: #62512B;
}
.TagClassName
{
border-color: #62512B;
}
</style>