Shades of Bronze Olive #605109
Tints of Bronze Olive #605109
RGB
CMYK
RGB Variations
Color information
#605109 (or 0x605109) is known color: Bronze Olive. HEX triplet: 60, 51 and 09. RGB value is (96,81,9). Sum of RGB (Red+Green+Blue) = 96+81+9=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 9 (3.91% from 255 or 4.84% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #605109 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605109 is #9FAEF6. Grayscale: #4D4D4D. Windows color (decimal): -10465015 or 610656. OLE color: 610656.
HSL color Cylindrical-coordinate representation of color #605109: hue angle of 49.66º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #605109 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 81 | 9 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.62 |
| HSL | 49.66º | 0.83% | 0.21% | - |
| HSV(B) | 49.66º | 0.91% | 0.38% | - |
| XYZ | 7.82 | 8.39 | 1.47 | - |
| YUV | 77.28 | 89.47 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 81 | 9 | 0 | 0.16 | 0.91 | 0.62 | 49.66 | 0.83 | 0.21 |
| Hex | 60 | 51 | 9 | 0 | 10 | 5B | 3E | 32 | 53 | 15 |
| Octal | 140 | 121 | 11 | 0 | 20 | 133 | 76 | 62 | 123 | 25 |
| Binary | 1100000 | 1010001 | 1001 | 0 | 10000 | 1011011 | 111110 | 110010 | 1010011 | 10101 |
Color Harmonies of #605109
Complementary color
Monochromatic Colors of #605109
Black with #605109
Text Example
Text Example
White with #605109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605109; }
p { color: rgb(96,81,9); }
H1.HeaderClassName
{
color: #605109;
}
.AnyTagClassName
{
color: #605109;
}
</style>
background-color css
<style>
a { background-color: #605109; }
a { background-color: rgb(96,81,9); }
div.DivClassName
{
background-color: #605109;
}
.BgClassName
{
background-color: #605109;
}
</style>
border-color css
<style>
span { border-color: #605109; }
span { border-color: rgb(96,81,9); }
td.TdClassName
{
border-color: #605109;
}
.TagClassName
{
border-color: #605109;
}
</style>