Shades of Bronze Olive #605703
Tints of Bronze Olive #605703
RGB
CMYK
RGB Variations
Color information
#605703 (or 0x605703) is known color: Bronze Olive. HEX triplet: 60, 57 and 03. RGB value is (96,87,3). Sum of RGB (Red+Green+Blue) = 96+87+3=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 87 (34.38% from 255 or 46.77% from 186); Blue value is 3 (1.56% from 255 or 1.61% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #605703 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605703 is #9FA8FC. Grayscale: #505050. Windows color (decimal): -10463485 or 218976. OLE color: 218976.
HSL color Cylindrical-coordinate representation of color #605703: hue angle of 54.19º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #605703 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 87 | 3 | - |
| CMYK | 0 | 0.09 | 0.97 | 0.62 |
| HSL | 54.19º | 0.94% | 0.19% | - |
| HSV(B) | 54.19º | 0.97% | 0.38% | - |
| XYZ | 8.25 | 9.31 | 1.45 | - |
| YUV | 80.12 | 84.48 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 87 | 3 | 0 | 0.09 | 0.97 | 0.62 | 54.19 | 0.94 | 0.19 |
| Hex | 60 | 57 | 3 | 0 | 9 | 61 | 3E | 36 | 5E | 13 |
| Octal | 140 | 127 | 3 | 0 | 11 | 141 | 76 | 66 | 136 | 23 |
| Binary | 1100000 | 1010111 | 11 | 0 | 1001 | 1100001 | 111110 | 110110 | 1011110 | 10011 |
Color Harmonies of #605703
Complementary color
Monochromatic Colors of #605703
Black with #605703
Text Example
Text Example
White with #605703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605703; }
p { color: rgb(96,87,3); }
H1.HeaderClassName
{
color: #605703;
}
.AnyTagClassName
{
color: #605703;
}
</style>
background-color css
<style>
a { background-color: #605703; }
a { background-color: rgb(96,87,3); }
div.DivClassName
{
background-color: #605703;
}
.BgClassName
{
background-color: #605703;
}
</style>
border-color css
<style>
span { border-color: #605703; }
span { border-color: rgb(96,87,3); }
td.TdClassName
{
border-color: #605703;
}
.TagClassName
{
border-color: #605703;
}
</style>