Shades of Bronze Olive #604D22
Tints of Bronze Olive #604D22
RGB
CMYK
RGB Variations
Color information
#604D22 (or 0x604D22) is known color: Bronze Olive. HEX triplet: 60, 4D and 22. RGB value is (96,77,34). Sum of RGB (Red+Green+Blue) = 96+77+34=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 77 (30.47% from 255 or 37.20% from 207); Blue value is 34 (13.67% from 255 or 16.43% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #604D22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604D22 is #9FB2DD. Grayscale: #4D4D4D. Windows color (decimal): -10466014 or 2248032. OLE color: 2248032.
HSL color Cylindrical-coordinate representation of color #604D22: hue angle of 41.61º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #604D22 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 77 | 34 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.62 |
| HSL | 41.61º | 0.48% | 0.25% | - |
| HSV(B) | 41.61º | 0.65% | 0.38% | - |
| XYZ | 7.77 | 7.91 | 2.63 | - |
| YUV | 77.78 | 103.29 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 77 | 34 | 0 | 0.20 | 0.65 | 0.62 | 41.61 | 0.48 | 0.25 |
| Hex | 60 | 4D | 22 | 0 | 14 | 41 | 3E | 2A | 30 | 19 |
| Octal | 140 | 115 | 42 | 0 | 24 | 101 | 76 | 52 | 60 | 31 |
| Binary | 1100000 | 1001101 | 100010 | 0 | 10100 | 1000001 | 111110 | 101010 | 110000 | 11001 |
Color Harmonies of #604D22
Complementary color
Monochromatic Colors of #604D22
Black with #604D22
Text Example
Text Example
White with #604D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604D22; }
p { color: rgb(96,77,34); }
H1.HeaderClassName
{
color: #604D22;
}
.AnyTagClassName
{
color: #604D22;
}
</style>
background-color css
<style>
a { background-color: #604D22; }
a { background-color: rgb(96,77,34); }
div.DivClassName
{
background-color: #604D22;
}
.BgClassName
{
background-color: #604D22;
}
</style>
border-color css
<style>
span { border-color: #604D22; }
span { border-color: rgb(96,77,34); }
td.TdClassName
{
border-color: #604D22;
}
.TagClassName
{
border-color: #604D22;
}
</style>