Shades of Bronze Olive #605609
Tints of Bronze Olive #605609
RGB
CMYK
RGB Variations
Color information
#605609 (or 0x605609) is known color: Bronze Olive. HEX triplet: 60, 56 and 09. RGB value is (96,86,9). Sum of RGB (Red+Green+Blue) = 96+86+9=191 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.26% from 191); Green value is 86 (33.98% from 255 or 45.03% from 191); Blue value is 9 (3.91% from 255 or 4.71% from 191); Max value from RGB is 96 - color contains mainly: red. Hex color #605609 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605609 is #9FA9F6. Grayscale: #505050. Windows color (decimal): -10463735 or 611936. OLE color: 611936.
HSL color Cylindrical-coordinate representation of color #605609: hue angle of 53.1º 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 #605609 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 86 | 9 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.62 |
| HSL | 53.1º | 0.83% | 0.21% | - |
| HSV(B) | 53.1º | 0.91% | 0.38% | - |
| XYZ | 8.2 | 9.16 | 1.59 | - |
| YUV | 80.21 | 87.81 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 86 | 9 | 0 | 0.10 | 0.91 | 0.62 | 53.1 | 0.83 | 0.21 |
| Hex | 60 | 56 | 9 | 0 | A | 5B | 3E | 35 | 53 | 15 |
| Octal | 140 | 126 | 11 | 0 | 12 | 133 | 76 | 65 | 123 | 25 |
| Binary | 1100000 | 1010110 | 1001 | 0 | 1010 | 1011011 | 111110 | 110101 | 1010011 | 10101 |
Color Harmonies of #605609
Complementary color
Monochromatic Colors of #605609
Black with #605609
Text Example
Text Example
White with #605609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605609; }
p { color: rgb(96,86,9); }
H1.HeaderClassName
{
color: #605609;
}
.AnyTagClassName
{
color: #605609;
}
</style>
background-color css
<style>
a { background-color: #605609; }
a { background-color: rgb(96,86,9); }
div.DivClassName
{
background-color: #605609;
}
.BgClassName
{
background-color: #605609;
}
</style>
border-color css
<style>
span { border-color: #605609; }
span { border-color: rgb(96,86,9); }
td.TdClassName
{
border-color: #605609;
}
.TagClassName
{
border-color: #605609;
}
</style>