Shades of West Coast #62502B
Tints of West Coast #62502B
RGB
CMYK
RGB Variations
Color information
#62502B (or 0x62502B) is known color: West Coast. HEX triplet: 62, 50 and 2B. RGB value is (98,80,43). Sum of RGB (Red+Green+Blue) = 98+80+43=221 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.34% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 43 (17.19% from 255 or 19.46% from 221); Max value from RGB is 98 - color contains mainly: red. Hex color #62502B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62502B is #9DAFD4. Grayscale: #515151. Windows color (decimal): -10334165 or 2838626. OLE color: 2838626.
HSL color Cylindrical-coordinate representation of color #62502B: hue angle of 40.36º 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 #62502B is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 80 | 43 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.62 |
| HSL | 40.36º | 0.39% | 0.28% | - |
| HSV(B) | 40.36º | 0.56% | 0.38% | - |
| XYZ | 8.34 | 8.51 | 3.49 | - |
| YUV | 81.16 | 106.46 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 80 | 43 | 0 | 0.18 | 0.56 | 0.62 | 40.36 | 0.39 | 0.28 |
| Hex | 62 | 50 | 2B | 0 | 12 | 38 | 3E | 28 | 27 | 1C |
| Octal | 142 | 120 | 53 | 0 | 22 | 70 | 76 | 50 | 47 | 34 |
| Binary | 1100010 | 1010000 | 101011 | 0 | 10010 | 111000 | 111110 | 101000 | 100111 | 11100 |
Color Harmonies of #62502B
Complementary color
Monochromatic Colors of #62502B
Black with #62502B
Text Example
Text Example
White with #62502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62502B; }
p { color: rgb(98,80,43); }
H1.HeaderClassName
{
color: #62502B;
}
.AnyTagClassName
{
color: #62502B;
}
</style>
background-color css
<style>
a { background-color: #62502B; }
a { background-color: rgb(98,80,43); }
div.DivClassName
{
background-color: #62502B;
}
.BgClassName
{
background-color: #62502B;
}
</style>
border-color css
<style>
span { border-color: #62502B; }
span { border-color: rgb(98,80,43); }
td.TdClassName
{
border-color: #62502B;
}
.TagClassName
{
border-color: #62502B;
}
</style>