Shades of Bronze Olive #624C24
Tints of Bronze Olive #624C24
RGB
CMYK
RGB Variations
Color information
#624C24 (or 0x624C24) is known color: Bronze Olive. HEX triplet: 62, 4C and 24. RGB value is (98,76,36). Sum of RGB (Red+Green+Blue) = 98+76+36=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 36 (14.45% from 255 or 17.14% from 210); Max value from RGB is 98 - color contains mainly: red. Hex color #624C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624C24 is #9DB3DB. Grayscale: #4E4E4E. Windows color (decimal): -10335196 or 2378850. OLE color: 2378850.
HSL color Cylindrical-coordinate representation of color #624C24: hue angle of 38.71º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #624C24 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 76 | 36 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.62 |
| HSL | 38.71º | 0.46% | 0.26% | - |
| HSV(B) | 38.71º | 0.63% | 0.38% | - |
| XYZ | 7.94 | 7.89 | 2.77 | - |
| YUV | 78.02 | 104.29 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 76 | 36 | 0 | 0.22 | 0.63 | 0.62 | 38.71 | 0.46 | 0.26 |
| Hex | 62 | 4C | 24 | 0 | 16 | 3F | 3E | 27 | 2E | 1A |
| Octal | 142 | 114 | 44 | 0 | 26 | 77 | 76 | 47 | 56 | 32 |
| Binary | 1100010 | 1001100 | 100100 | 0 | 10110 | 111111 | 111110 | 100111 | 101110 | 11010 |
Color Harmonies of #624C24
Complementary color
Monochromatic Colors of #624C24
Black with #624C24
Text Example
Text Example
White with #624C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624C24; }
p { color: rgb(98,76,36); }
H1.HeaderClassName
{
color: #624C24;
}
.AnyTagClassName
{
color: #624C24;
}
</style>
background-color css
<style>
a { background-color: #624C24; }
a { background-color: rgb(98,76,36); }
div.DivClassName
{
background-color: #624C24;
}
.BgClassName
{
background-color: #624C24;
}
</style>
border-color css
<style>
span { border-color: #624C24; }
span { border-color: rgb(98,76,36); }
td.TdClassName
{
border-color: #624C24;
}
.TagClassName
{
border-color: #624C24;
}
</style>