Shades of Bronze Olive #624E1B
Tints of Bronze Olive #624E1B
RGB
CMYK
RGB Variations
Color information
#624E1B (or 0x624E1B) is known color: Bronze Olive. HEX triplet: 62, 4E and 1B. RGB value is (98,78,27). Sum of RGB (Red+Green+Blue) = 98+78+27=203 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.28% from 203); Green value is 78 (30.86% from 255 or 38.42% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 98 - color contains mainly: red. Hex color #624E1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624E1B is #9DB1E4. Grayscale: #4E4E4E. Windows color (decimal): -10334693 or 1789538. OLE color: 1789538.
HSL color Cylindrical-coordinate representation of color #624E1B: hue angle of 43.1º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #624E1B is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 78 | 27 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.62 |
| HSL | 43.1º | 0.57% | 0.25% | - |
| HSV(B) | 43.1º | 0.72% | 0.38% | - |
| XYZ | 7.96 | 8.12 | 2.19 | - |
| YUV | 78.17 | 99.13 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 78 | 27 | 0 | 0.20 | 0.72 | 0.62 | 43.1 | 0.57 | 0.25 |
| Hex | 62 | 4E | 1B | 0 | 14 | 48 | 3E | 2B | 39 | 19 |
| Octal | 142 | 116 | 33 | 0 | 24 | 110 | 76 | 53 | 71 | 31 |
| Binary | 1100010 | 1001110 | 11011 | 0 | 10100 | 1001000 | 111110 | 101011 | 111001 | 11001 |
Color Harmonies of #624E1B
Complementary color
Monochromatic Colors of #624E1B
Black with #624E1B
Text Example
Text Example
White with #624E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624E1B; }
p { color: rgb(98,78,27); }
H1.HeaderClassName
{
color: #624E1B;
}
.AnyTagClassName
{
color: #624E1B;
}
</style>
background-color css
<style>
a { background-color: #624E1B; }
a { background-color: rgb(98,78,27); }
div.DivClassName
{
background-color: #624E1B;
}
.BgClassName
{
background-color: #624E1B;
}
</style>
border-color css
<style>
span { border-color: #624E1B; }
span { border-color: rgb(98,78,27); }
td.TdClassName
{
border-color: #624E1B;
}
.TagClassName
{
border-color: #624E1B;
}
</style>