Shades of Bronze Olive #624E1C
Tints of Bronze Olive #624E1C
RGB
CMYK
RGB Variations
Color information
#624E1C (or 0x624E1C) is known color: Bronze Olive. HEX triplet: 62, 4E and 1C. RGB value is (98,78,28). Sum of RGB (Red+Green+Blue) = 98+78+28=204 (27% of max value = 765). Red value is 98 (38.67% from 255 or 48.04% from 204); Green value is 78 (30.86% from 255 or 38.24% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 98 - color contains mainly: red. Hex color #624E1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624E1C is #9DB1E3. Grayscale: #4E4E4E. Windows color (decimal): -10334692 or 1855074. OLE color: 1855074.
HSL color Cylindrical-coordinate representation of color #624E1C: hue angle of 42.86º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #624E1C is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 78 | 28 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.62 |
| HSL | 42.86º | 0.56% | 0.25% | - |
| HSV(B) | 42.86º | 0.71% | 0.38% | - |
| XYZ | 7.97 | 8.13 | 2.25 | - |
| YUV | 78.28 | 99.63 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 78 | 28 | 0 | 0.20 | 0.71 | 0.62 | 42.86 | 0.56 | 0.25 |
| Hex | 62 | 4E | 1C | 0 | 14 | 47 | 3E | 2B | 38 | 19 |
| Octal | 142 | 116 | 34 | 0 | 24 | 107 | 76 | 53 | 70 | 31 |
| Binary | 1100010 | 1001110 | 11100 | 0 | 10100 | 1000111 | 111110 | 101011 | 111000 | 11001 |
Color Harmonies of #624E1C
Complementary color
Monochromatic Colors of #624E1C
Black with #624E1C
Text Example
Text Example
White with #624E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624E1C; }
p { color: rgb(98,78,28); }
H1.HeaderClassName
{
color: #624E1C;
}
.AnyTagClassName
{
color: #624E1C;
}
</style>
background-color css
<style>
a { background-color: #624E1C; }
a { background-color: rgb(98,78,28); }
div.DivClassName
{
background-color: #624E1C;
}
.BgClassName
{
background-color: #624E1C;
}
</style>
border-color css
<style>
span { border-color: #624E1C; }
span { border-color: rgb(98,78,28); }
td.TdClassName
{
border-color: #624E1C;
}
.TagClassName
{
border-color: #624E1C;
}
</style>