Shades of Bronze Olive #655612
Tints of Bronze Olive #655612
RGB
CMYK
RGB Variations
Color information
#655612 (or 0x655612) is known color: Bronze Olive. HEX triplet: 65, 56 and 12. RGB value is (101,86,18). Sum of RGB (Red+Green+Blue) = 101+86+18=205 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.27% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 101 - color contains mainly: red. Hex color #655612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655612 is #9AA9ED. Grayscale: #535353. Windows color (decimal): -10136046 or 1201765. OLE color: 1201765.
HSL color Cylindrical-coordinate representation of color #655612: hue angle of 49.16º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #655612 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 86 | 18 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.60 |
| HSL | 49.16º | 0.7% | 0.23% | - |
| HSV(B) | 49.16º | 0.82% | 0.4% | - |
| XYZ | 8.8 | 9.47 | 1.94 | - |
| YUV | 82.73 | 91.47 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 86 | 18 | 0 | 0.15 | 0.82 | 0.60 | 49.16 | 0.7 | 0.23 |
| Hex | 65 | 56 | 12 | 0 | F | 52 | 3C | 31 | 46 | 17 |
| Octal | 145 | 126 | 22 | 0 | 17 | 122 | 74 | 61 | 106 | 27 |
| Binary | 1100101 | 1010110 | 10010 | 0 | 1111 | 1010010 | 111100 | 110001 | 1000110 | 10111 |
Color Harmonies of #655612
Complementary color
Monochromatic Colors of #655612
Black with #655612
Text Example
Text Example
White with #655612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655612; }
p { color: rgb(101,86,18); }
H1.HeaderClassName
{
color: #655612;
}
.AnyTagClassName
{
color: #655612;
}
</style>
background-color css
<style>
a { background-color: #655612; }
a { background-color: rgb(101,86,18); }
div.DivClassName
{
background-color: #655612;
}
.BgClassName
{
background-color: #655612;
}
</style>
border-color css
<style>
span { border-color: #655612; }
span { border-color: rgb(101,86,18); }
td.TdClassName
{
border-color: #655612;
}
.TagClassName
{
border-color: #655612;
}
</style>