Shades of Bronze Olive #605309
Tints of Bronze Olive #605309
RGB
CMYK
RGB Variations
Color information
#605309 (or 0x605309) is known color: Bronze Olive. HEX triplet: 60, 53 and 09. RGB value is (96,83,9). Sum of RGB (Red+Green+Blue) = 96+83+9=188 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.06% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 9 (3.91% from 255 or 4.79% from 188); Max value from RGB is 96 - color contains mainly: red. Hex color #605309 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605309 is #9FACF6. Grayscale: #4E4E4E. Windows color (decimal): -10464503 or 611168. OLE color: 611168.
HSL color Cylindrical-coordinate representation of color #605309: hue angle of 51.03º 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 #605309 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 83 | 9 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.62 |
| HSL | 51.03º | 0.83% | 0.21% | - |
| HSV(B) | 51.03º | 0.91% | 0.38% | - |
| XYZ | 7.97 | 8.69 | 1.52 | - |
| YUV | 78.45 | 88.81 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 83 | 9 | 0 | 0.14 | 0.91 | 0.62 | 51.03 | 0.83 | 0.21 |
| Hex | 60 | 53 | 9 | 0 | E | 5B | 3E | 33 | 53 | 15 |
| Octal | 140 | 123 | 11 | 0 | 16 | 133 | 76 | 63 | 123 | 25 |
| Binary | 1100000 | 1010011 | 1001 | 0 | 1110 | 1011011 | 111110 | 110011 | 1010011 | 10101 |
Color Harmonies of #605309
Complementary color
Monochromatic Colors of #605309
Black with #605309
Text Example
Text Example
White with #605309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605309; }
p { color: rgb(96,83,9); }
H1.HeaderClassName
{
color: #605309;
}
.AnyTagClassName
{
color: #605309;
}
</style>
background-color css
<style>
a { background-color: #605309; }
a { background-color: rgb(96,83,9); }
div.DivClassName
{
background-color: #605309;
}
.BgClassName
{
background-color: #605309;
}
</style>
border-color css
<style>
span { border-color: #605309; }
span { border-color: rgb(96,83,9); }
td.TdClassName
{
border-color: #605309;
}
.TagClassName
{
border-color: #605309;
}
</style>