Shades of Bronze Olive #624A1B
Tints of Bronze Olive #624A1B
RGB
CMYK
RGB Variations
Color information
#624A1B (or 0x624A1B) is known color: Bronze Olive. HEX triplet: 62, 4A and 1B. RGB value is (98,74,27). Sum of RGB (Red+Green+Blue) = 98+74+27=199 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.25% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 27 (10.94% from 255 or 13.57% from 199); Max value from RGB is 98 - color contains mainly: red. Hex color #624A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624A1B is #9DB5E4. Grayscale: #4C4C4C. Windows color (decimal): -10335717 or 1788514. OLE color: 1788514.
HSL color Cylindrical-coordinate representation of color #624A1B: hue angle of 39.72º 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 #624A1B is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 74 | 27 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.62 |
| HSL | 39.72º | 0.57% | 0.25% | - |
| HSV(B) | 39.72º | 0.72% | 0.38% | - |
| XYZ | 7.68 | 7.57 | 2.09 | - |
| YUV | 75.82 | 100.45 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 74 | 27 | 0 | 0.24 | 0.72 | 0.62 | 39.72 | 0.57 | 0.25 |
| Hex | 62 | 4A | 1B | 0 | 18 | 48 | 3E | 28 | 39 | 19 |
| Octal | 142 | 112 | 33 | 0 | 30 | 110 | 76 | 50 | 71 | 31 |
| Binary | 1100010 | 1001010 | 11011 | 0 | 11000 | 1001000 | 111110 | 101000 | 111001 | 11001 |
Color Harmonies of #624A1B
Complementary color
Monochromatic Colors of #624A1B
Black with #624A1B
Text Example
Text Example
White with #624A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624A1B; }
p { color: rgb(98,74,27); }
H1.HeaderClassName
{
color: #624A1B;
}
.AnyTagClassName
{
color: #624A1B;
}
</style>
background-color css
<style>
a { background-color: #624A1B; }
a { background-color: rgb(98,74,27); }
div.DivClassName
{
background-color: #624A1B;
}
.BgClassName
{
background-color: #624A1B;
}
</style>
border-color css
<style>
span { border-color: #624A1B; }
span { border-color: rgb(98,74,27); }
td.TdClassName
{
border-color: #624A1B;
}
.TagClassName
{
border-color: #624A1B;
}
</style>