Shades of West Coast #624F2B
Tints of West Coast #624F2B
RGB
CMYK
RGB Variations
Color information
#624F2B (or 0x624F2B) is known color: West Coast. HEX triplet: 62, 4F and 2B. RGB value is (98,79,43). Sum of RGB (Red+Green+Blue) = 98+79+43=220 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.55% from 220); Green value is 79 (31.25% from 255 or 35.91% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 98 - color contains mainly: red. Hex color #624F2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624F2B is #9DB0D4. Grayscale: #505050. Windows color (decimal): -10334421 or 2838370. OLE color: 2838370.
HSL color Cylindrical-coordinate representation of color #624F2B: hue angle of 39.27º 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 #624F2B is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 79 | 43 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.62 |
| HSL | 39.27º | 0.39% | 0.28% | - |
| HSV(B) | 39.27º | 0.56% | 0.38% | - |
| XYZ | 8.27 | 8.36 | 3.46 | - |
| YUV | 80.58 | 106.79 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 79 | 43 | 0 | 0.19 | 0.56 | 0.62 | 39.27 | 0.39 | 0.28 |
| Hex | 62 | 4F | 2B | 0 | 13 | 38 | 3E | 27 | 27 | 1C |
| Octal | 142 | 117 | 53 | 0 | 23 | 70 | 76 | 47 | 47 | 34 |
| Binary | 1100010 | 1001111 | 101011 | 0 | 10011 | 111000 | 111110 | 100111 | 100111 | 11100 |
Color Harmonies of #624F2B
Complementary color
Monochromatic Colors of #624F2B
Black with #624F2B
Text Example
Text Example
White with #624F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624F2B; }
p { color: rgb(98,79,43); }
H1.HeaderClassName
{
color: #624F2B;
}
.AnyTagClassName
{
color: #624F2B;
}
</style>
background-color css
<style>
a { background-color: #624F2B; }
a { background-color: rgb(98,79,43); }
div.DivClassName
{
background-color: #624F2B;
}
.BgClassName
{
background-color: #624F2B;
}
</style>
border-color css
<style>
span { border-color: #624F2B; }
span { border-color: rgb(98,79,43); }
td.TdClassName
{
border-color: #624F2B;
}
.TagClassName
{
border-color: #624F2B;
}
</style>