Shades of Bronze Olive #624B1B
Tints of Bronze Olive #624B1B
RGB
CMYK
RGB Variations
Color information
#624B1B (or 0x624B1B) is known color: Bronze Olive. HEX triplet: 62, 4B and 1B. RGB value is (98,75,27). Sum of RGB (Red+Green+Blue) = 98+75+27=200 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49% from 200); Green value is 75 (29.69% from 255 or 37.5% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 98 - color contains mainly: red. Hex color #624B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624B1B is #9DB4E4. Grayscale: #4C4C4C. Windows color (decimal): -10335461 or 1788770. OLE color: 1788770.
HSL color Cylindrical-coordinate representation of color #624B1B: hue angle of 40.56º 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 #624B1B is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 75 | 27 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.62 |
| HSL | 40.56º | 0.57% | 0.25% | - |
| HSV(B) | 40.56º | 0.72% | 0.38% | - |
| XYZ | 7.75 | 7.71 | 2.12 | - |
| YUV | 76.41 | 100.12 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 75 | 27 | 0 | 0.23 | 0.72 | 0.62 | 40.56 | 0.57 | 0.25 |
| Hex | 62 | 4B | 1B | 0 | 17 | 48 | 3E | 29 | 39 | 19 |
| Octal | 142 | 113 | 33 | 0 | 27 | 110 | 76 | 51 | 71 | 31 |
| Binary | 1100010 | 1001011 | 11011 | 0 | 10111 | 1001000 | 111110 | 101001 | 111001 | 11001 |
Color Harmonies of #624B1B
Complementary color
Monochromatic Colors of #624B1B
Black with #624B1B
Text Example
Text Example
White with #624B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624B1B; }
p { color: rgb(98,75,27); }
H1.HeaderClassName
{
color: #624B1B;
}
.AnyTagClassName
{
color: #624B1B;
}
</style>
background-color css
<style>
a { background-color: #624B1B; }
a { background-color: rgb(98,75,27); }
div.DivClassName
{
background-color: #624B1B;
}
.BgClassName
{
background-color: #624B1B;
}
</style>
border-color css
<style>
span { border-color: #624B1B; }
span { border-color: rgb(98,75,27); }
td.TdClassName
{
border-color: #624B1B;
}
.TagClassName
{
border-color: #624B1B;
}
</style>