Shades of Bronze Olive #605313
Tints of Bronze Olive #605313
RGB
CMYK
RGB Variations
Color information
#605313 (or 0x605313) is known color: Bronze Olive. HEX triplet: 60, 53 and 13. RGB value is (96,83,19). Sum of RGB (Red+Green+Blue) = 96+83+19=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #605313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605313 is #9FACEC. Grayscale: #4F4F4F. Windows color (decimal): -10464493 or 1266528. OLE color: 1266528.
HSL color Cylindrical-coordinate representation of color #605313: hue angle of 49.87º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #605313 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 83 | 19 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.62 |
| HSL | 49.87º | 0.67% | 0.23% | - |
| HSV(B) | 49.87º | 0.8% | 0.38% | - |
| XYZ | 8.03 | 8.72 | 1.88 | - |
| YUV | 79.59 | 93.81 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 83 | 19 | 0 | 0.14 | 0.80 | 0.62 | 49.87 | 0.67 | 0.23 |
| Hex | 60 | 53 | 13 | 0 | E | 50 | 3E | 32 | 43 | 17 |
| Octal | 140 | 123 | 23 | 0 | 16 | 120 | 76 | 62 | 103 | 27 |
| Binary | 1100000 | 1010011 | 10011 | 0 | 1110 | 1010000 | 111110 | 110010 | 1000011 | 10111 |
Color Harmonies of #605313
Complementary color
Monochromatic Colors of #605313
Black with #605313
Text Example
Text Example
White with #605313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605313; }
p { color: rgb(96,83,19); }
H1.HeaderClassName
{
color: #605313;
}
.AnyTagClassName
{
color: #605313;
}
</style>
background-color css
<style>
a { background-color: #605313; }
a { background-color: rgb(96,83,19); }
div.DivClassName
{
background-color: #605313;
}
.BgClassName
{
background-color: #605313;
}
</style>
border-color css
<style>
span { border-color: #605313; }
span { border-color: rgb(96,83,19); }
td.TdClassName
{
border-color: #605313;
}
.TagClassName
{
border-color: #605313;
}
</style>