Shades of Bronze Olive #624E22
Tints of Bronze Olive #624E22
RGB
CMYK
RGB Variations
Color information
#624E22 (or 0x624E22) is known color: Bronze Olive. HEX triplet: 62, 4E and 22. RGB value is (98,78,34). Sum of RGB (Red+Green+Blue) = 98+78+34=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 34 (13.67% from 255 or 16.19% from 210); Max value from RGB is 98 - color contains mainly: red. Hex color #624E22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624E22 is #9DB1DD. Grayscale: #4F4F4F. Windows color (decimal): -10334686 or 2248290. OLE color: 2248290.
HSL color Cylindrical-coordinate representation of color #624E22: hue angle of 41.25º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #624E22 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 78 | 34 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.62 |
| HSL | 41.25º | 0.48% | 0.26% | - |
| HSV(B) | 41.25º | 0.65% | 0.38% | - |
| XYZ | 8.05 | 8.16 | 2.66 | - |
| YUV | 78.96 | 102.63 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 78 | 34 | 0 | 0.20 | 0.65 | 0.62 | 41.25 | 0.48 | 0.26 |
| Hex | 62 | 4E | 22 | 0 | 14 | 41 | 3E | 29 | 30 | 1A |
| Octal | 142 | 116 | 42 | 0 | 24 | 101 | 76 | 51 | 60 | 32 |
| Binary | 1100010 | 1001110 | 100010 | 0 | 10100 | 1000001 | 111110 | 101001 | 110000 | 11010 |
Color Harmonies of #624E22
Complementary color
Monochromatic Colors of #624E22
Black with #624E22
Text Example
Text Example
White with #624E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624E22; }
p { color: rgb(98,78,34); }
H1.HeaderClassName
{
color: #624E22;
}
.AnyTagClassName
{
color: #624E22;
}
</style>
background-color css
<style>
a { background-color: #624E22; }
a { background-color: rgb(98,78,34); }
div.DivClassName
{
background-color: #624E22;
}
.BgClassName
{
background-color: #624E22;
}
</style>
border-color css
<style>
span { border-color: #624E22; }
span { border-color: rgb(98,78,34); }
td.TdClassName
{
border-color: #624E22;
}
.TagClassName
{
border-color: #624E22;
}
</style>