Shades of West Coast #624E2A
Tints of West Coast #624E2A
RGB
CMYK
RGB Variations
Color information
#624E2A (or 0x624E2A) is known color: West Coast. HEX triplet: 62, 4E and 2A. RGB value is (98,78,42). Sum of RGB (Red+Green+Blue) = 98+78+42=218 (28% of max value = 765). Red value is 98 (38.67% from 255 or 44.95% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 98 - color contains mainly: red. Hex color #624E2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624E2A is #9DB1D5. Grayscale: #505050. Windows color (decimal): -10334678 or 2772578. OLE color: 2772578.
HSL color Cylindrical-coordinate representation of color #624E2A: hue angle of 38.57º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #624E2A is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 78 | 42 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.62 |
| HSL | 38.57º | 0.4% | 0.27% | - |
| HSV(B) | 38.57º | 0.57% | 0.38% | - |
| XYZ | 8.18 | 8.21 | 3.34 | - |
| YUV | 79.88 | 106.63 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 78 | 42 | 0 | 0.20 | 0.57 | 0.62 | 38.57 | 0.4 | 0.27 |
| Hex | 62 | 4E | 2A | 0 | 14 | 39 | 3E | 27 | 28 | 1B |
| Octal | 142 | 116 | 52 | 0 | 24 | 71 | 76 | 47 | 50 | 33 |
| Binary | 1100010 | 1001110 | 101010 | 0 | 10100 | 111001 | 111110 | 100111 | 101000 | 11011 |
Color Harmonies of #624E2A
Complementary color
Monochromatic Colors of #624E2A
Black with #624E2A
Text Example
Text Example
White with #624E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624E2A; }
p { color: rgb(98,78,42); }
H1.HeaderClassName
{
color: #624E2A;
}
.AnyTagClassName
{
color: #624E2A;
}
</style>
background-color css
<style>
a { background-color: #624E2A; }
a { background-color: rgb(98,78,42); }
div.DivClassName
{
background-color: #624E2A;
}
.BgClassName
{
background-color: #624E2A;
}
</style>
border-color css
<style>
span { border-color: #624E2A; }
span { border-color: rgb(98,78,42); }
td.TdClassName
{
border-color: #624E2A;
}
.TagClassName
{
border-color: #624E2A;
}
</style>