Shades of West Coast #62532E
Tints of West Coast #62532E
RGB
CMYK
RGB Variations
Color information
#62532E (or 0x62532E) is known color: West Coast. HEX triplet: 62, 53 and 2E. RGB value is (98,83,46). Sum of RGB (Red+Green+Blue) = 98+83+46=227 (30% of max value = 765). Red value is 98 (38.67% from 255 or 43.17% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 98 - color contains mainly: red. Hex color #62532E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62532E is #9DACD1. Grayscale: #535353. Windows color (decimal): -10333394 or 3036002. OLE color: 3036002.
HSL color Cylindrical-coordinate representation of color #62532E: hue angle of 42.69º 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 #62532E is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 83 | 46 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.62 |
| HSL | 42.69º | 0.36% | 0.28% | - |
| HSV(B) | 42.69º | 0.53% | 0.38% | - |
| XYZ | 8.62 | 8.98 | 3.86 | - |
| YUV | 83.27 | 106.97 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 83 | 46 | 0 | 0.15 | 0.53 | 0.62 | 42.69 | 0.36 | 0.28 |
| Hex | 62 | 53 | 2E | 0 | F | 35 | 3E | 2B | 24 | 1C |
| Octal | 142 | 123 | 56 | 0 | 17 | 65 | 76 | 53 | 44 | 34 |
| Binary | 1100010 | 1010011 | 101110 | 0 | 1111 | 110101 | 111110 | 101011 | 100100 | 11100 |
Color Harmonies of #62532E
Complementary color
Monochromatic Colors of #62532E
Black with #62532E
Text Example
Text Example
White with #62532E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62532E; }
p { color: rgb(98,83,46); }
H1.HeaderClassName
{
color: #62532E;
}
.AnyTagClassName
{
color: #62532E;
}
</style>
background-color css
<style>
a { background-color: #62532E; }
a { background-color: rgb(98,83,46); }
div.DivClassName
{
background-color: #62532E;
}
.BgClassName
{
background-color: #62532E;
}
</style>
border-color css
<style>
span { border-color: #62532E; }
span { border-color: rgb(98,83,46); }
td.TdClassName
{
border-color: #62532E;
}
.TagClassName
{
border-color: #62532E;
}
</style>