Shades of Bronze Olive #624D22
Tints of Bronze Olive #624D22
RGB
CMYK
RGB Variations
Color information
#624D22 (or 0x624D22) is known color: Bronze Olive. HEX triplet: 62, 4D and 22. RGB value is (98,77,34). Sum of RGB (Red+Green+Blue) = 98+77+34=209 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.89% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 34 (13.67% from 255 or 16.27% from 209); Max value from RGB is 98 - color contains mainly: red. Hex color #624D22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624D22 is #9DB2DD. Grayscale: #4E4E4E. Windows color (decimal): -10334942 or 2248034. OLE color: 2248034.
HSL color Cylindrical-coordinate representation of color #624D22: hue angle of 40.31º 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 #624D22 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 77 | 34 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.62 |
| HSL | 40.31º | 0.48% | 0.26% | - |
| HSV(B) | 40.31º | 0.65% | 0.38% | - |
| XYZ | 7.98 | 8.02 | 2.64 | - |
| YUV | 78.38 | 102.96 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 77 | 34 | 0 | 0.21 | 0.65 | 0.62 | 40.31 | 0.48 | 0.26 |
| Hex | 62 | 4D | 22 | 0 | 15 | 41 | 3E | 28 | 30 | 1A |
| Octal | 142 | 115 | 42 | 0 | 25 | 101 | 76 | 50 | 60 | 32 |
| Binary | 1100010 | 1001101 | 100010 | 0 | 10101 | 1000001 | 111110 | 101000 | 110000 | 11010 |
Color Harmonies of #624D22
Complementary color
Monochromatic Colors of #624D22
Black with #624D22
Text Example
Text Example
White with #624D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624D22; }
p { color: rgb(98,77,34); }
H1.HeaderClassName
{
color: #624D22;
}
.AnyTagClassName
{
color: #624D22;
}
</style>
background-color css
<style>
a { background-color: #624D22; }
a { background-color: rgb(98,77,34); }
div.DivClassName
{
background-color: #624D22;
}
.BgClassName
{
background-color: #624D22;
}
</style>
border-color css
<style>
span { border-color: #624D22; }
span { border-color: rgb(98,77,34); }
td.TdClassName
{
border-color: #624D22;
}
.TagClassName
{
border-color: #624D22;
}
</style>