Shades of Bronze Olive #624E21
Tints of Bronze Olive #624E21
RGB
CMYK
RGB Variations
Color information
#624E21 (or 0x624E21) is known color: Bronze Olive. HEX triplet: 62, 4E and 21. RGB value is (98,78,33). Sum of RGB (Red+Green+Blue) = 98+78+33=209 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.89% from 209); Green value is 78 (30.86% from 255 or 37.32% from 209); Blue value is 33 (13.28% from 255 or 15.79% from 209); Max value from RGB is 98 - color contains mainly: red. Hex color #624E21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624E21 is #9DB1DE. Grayscale: #4F4F4F. Windows color (decimal): -10334687 or 2182754. OLE color: 2182754.
HSL color Cylindrical-coordinate representation of color #624E21: hue angle of 41.54º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #624E21 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 78 | 33 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.62 |
| HSL | 41.54º | 0.5% | 0.26% | - |
| HSV(B) | 41.54º | 0.66% | 0.38% | - |
| XYZ | 8.04 | 8.16 | 2.59 | - |
| YUV | 78.85 | 102.13 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 78 | 33 | 0 | 0.20 | 0.66 | 0.62 | 41.54 | 0.5 | 0.26 |
| Hex | 62 | 4E | 21 | 0 | 14 | 42 | 3E | 2A | 32 | 1A |
| Octal | 142 | 116 | 41 | 0 | 24 | 102 | 76 | 52 | 62 | 32 |
| Binary | 1100010 | 1001110 | 100001 | 0 | 10100 | 1000010 | 111110 | 101010 | 110010 | 11010 |
Color Harmonies of #624E21
Complementary color
Monochromatic Colors of #624E21
Black with #624E21
Text Example
Text Example
White with #624E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624E21; }
p { color: rgb(98,78,33); }
H1.HeaderClassName
{
color: #624E21;
}
.AnyTagClassName
{
color: #624E21;
}
</style>
background-color css
<style>
a { background-color: #624E21; }
a { background-color: rgb(98,78,33); }
div.DivClassName
{
background-color: #624E21;
}
.BgClassName
{
background-color: #624E21;
}
</style>
border-color css
<style>
span { border-color: #624E21; }
span { border-color: rgb(98,78,33); }
td.TdClassName
{
border-color: #624E21;
}
.TagClassName
{
border-color: #624E21;
}
</style>