Shades of West Coast #62552E
Tints of West Coast #62552E
RGB
CMYK
RGB Variations
Color information
#62552E (or 0x62552E) is known color: West Coast. HEX triplet: 62, 55 and 2E. RGB value is (98,85,46). Sum of RGB (Red+Green+Blue) = 98+85+46=229 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.79% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 98 - color contains mainly: red. Hex color #62552E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62552E is #9DAAD1. Grayscale: #545454. Windows color (decimal): -10332882 or 3036514. OLE color: 3036514.
HSL color Cylindrical-coordinate representation of color #62552E: hue angle of 45º 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 #62552E is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 85 | 46 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.62 |
| HSL | 45º | 0.36% | 0.28% | - |
| HSV(B) | 45º | 0.53% | 0.38% | - |
| XYZ | 8.78 | 9.29 | 3.92 | - |
| YUV | 84.44 | 106.31 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 85 | 46 | 0 | 0.13 | 0.53 | 0.62 | 45 | 0.36 | 0.28 |
| Hex | 62 | 55 | 2E | 0 | D | 35 | 3E | 2D | 24 | 1C |
| Octal | 142 | 125 | 56 | 0 | 15 | 65 | 76 | 55 | 44 | 34 |
| Binary | 1100010 | 1010101 | 101110 | 0 | 1101 | 110101 | 111110 | 101101 | 100100 | 11100 |
Color Harmonies of #62552E
Complementary color
Monochromatic Colors of #62552E
Black with #62552E
Text Example
Text Example
White with #62552E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62552E; }
p { color: rgb(98,85,46); }
H1.HeaderClassName
{
color: #62552E;
}
.AnyTagClassName
{
color: #62552E;
}
</style>
background-color css
<style>
a { background-color: #62552E; }
a { background-color: rgb(98,85,46); }
div.DivClassName
{
background-color: #62552E;
}
.BgClassName
{
background-color: #62552E;
}
</style>
border-color css
<style>
span { border-color: #62552E; }
span { border-color: rgb(98,85,46); }
td.TdClassName
{
border-color: #62552E;
}
.TagClassName
{
border-color: #62552E;
}
</style>