Shades of Bronze Olive #605323
Tints of Bronze Olive #605323
RGB
CMYK
RGB Variations
Color information
#605323 (or 0x605323) is known color: Bronze Olive. HEX triplet: 60, 53 and 23. RGB value is (96,83,35). Sum of RGB (Red+Green+Blue) = 96+83+35=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 35 (14.06% from 255 or 16.36% from 214); Max value from RGB is 96 - color contains mainly: red. Hex color #605323 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605323 is #9FACDC. Grayscale: #515151. Windows color (decimal): -10464477 or 2315104. OLE color: 2315104.
HSL color Cylindrical-coordinate representation of color #605323: hue angle of 47.21º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #605323 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 83 | 35 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.62 |
| HSL | 47.21º | 0.47% | 0.26% | - |
| HSV(B) | 47.21º | 0.64% | 0.38% | - |
| XYZ | 8.22 | 8.79 | 2.85 | - |
| YUV | 81.42 | 101.81 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 83 | 35 | 0 | 0.14 | 0.64 | 0.62 | 47.21 | 0.47 | 0.26 |
| Hex | 60 | 53 | 23 | 0 | E | 40 | 3E | 2F | 2F | 1A |
| Octal | 140 | 123 | 43 | 0 | 16 | 100 | 76 | 57 | 57 | 32 |
| Binary | 1100000 | 1010011 | 100011 | 0 | 1110 | 1000000 | 111110 | 101111 | 101111 | 11010 |
Color Harmonies of #605323
Complementary color
Monochromatic Colors of #605323
Black with #605323
Text Example
Text Example
White with #605323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605323; }
p { color: rgb(96,83,35); }
H1.HeaderClassName
{
color: #605323;
}
.AnyTagClassName
{
color: #605323;
}
</style>
background-color css
<style>
a { background-color: #605323; }
a { background-color: rgb(96,83,35); }
div.DivClassName
{
background-color: #605323;
}
.BgClassName
{
background-color: #605323;
}
</style>
border-color css
<style>
span { border-color: #605323; }
span { border-color: rgb(96,83,35); }
td.TdClassName
{
border-color: #605323;
}
.TagClassName
{
border-color: #605323;
}
</style>