Shades of Bronze Olive #605220
Tints of Bronze Olive #605220
RGB
CMYK
RGB Variations
Color information
#605220 (or 0x605220) is known color: Bronze Olive. HEX triplet: 60, 52 and 20. RGB value is (96,82,32). Sum of RGB (Red+Green+Blue) = 96+82+32=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #605220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605220 is #9FADDF. Grayscale: #505050. Windows color (decimal): -10464736 or 2118240. OLE color: 2118240.
HSL color Cylindrical-coordinate representation of color #605220: hue angle of 46.88º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #605220 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 82 | 32 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.62 |
| HSL | 46.88º | 0.5% | 0.25% | - |
| HSV(B) | 46.88º | 0.67% | 0.38% | - |
| XYZ | 8.1 | 8.63 | 2.6 | - |
| YUV | 80.49 | 100.64 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 82 | 32 | 0 | 0.15 | 0.67 | 0.62 | 46.88 | 0.5 | 0.25 |
| Hex | 60 | 52 | 20 | 0 | F | 43 | 3E | 2F | 32 | 19 |
| Octal | 140 | 122 | 40 | 0 | 17 | 103 | 76 | 57 | 62 | 31 |
| Binary | 1100000 | 1010010 | 100000 | 0 | 1111 | 1000011 | 111110 | 101111 | 110010 | 11001 |
Color Harmonies of #605220
Complementary color
Monochromatic Colors of #605220
Black with #605220
Text Example
Text Example
White with #605220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605220; }
p { color: rgb(96,82,32); }
H1.HeaderClassName
{
color: #605220;
}
.AnyTagClassName
{
color: #605220;
}
</style>
background-color css
<style>
a { background-color: #605220; }
a { background-color: rgb(96,82,32); }
div.DivClassName
{
background-color: #605220;
}
.BgClassName
{
background-color: #605220;
}
</style>
border-color css
<style>
span { border-color: #605220; }
span { border-color: rgb(96,82,32); }
td.TdClassName
{
border-color: #605220;
}
.TagClassName
{
border-color: #605220;
}
</style>