Shades of Bronze Olive #665616
Tints of Bronze Olive #665616
RGB
CMYK
RGB Variations
Color information
#665616 (or 0x665616) is known color: Bronze Olive. HEX triplet: 66, 56 and 16. RGB value is (102,86,22). Sum of RGB (Red+Green+Blue) = 102+86+22=210 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.57% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 22 (8.98% from 255 or 10.48% from 210); Max value from RGB is 102 - color contains mainly: red. Hex color #665616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665616 is #99A9E9. Grayscale: #535353. Windows color (decimal): -10070506 or 1463910. OLE color: 1463910.
HSL color Cylindrical-coordinate representation of color #665616: hue angle of 48º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #665616 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 86 | 22 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.6 |
| HSL | 48º | 0.65% | 0.24% | - |
| HSV(B) | 48º | 0.78% | 0.4% | - |
| XYZ | 8.95 | 9.54 | 2.13 | - |
| YUV | 83.49 | 93.3 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 86 | 22 | 0 | 0.16 | 0.78 | 0.6 | 48 | 0.65 | 0.24 |
| Hex | 66 | 56 | 16 | 0 | 10 | 4E | 3C | 30 | 41 | 18 |
| Octal | 146 | 126 | 26 | 0 | 20 | 116 | 74 | 60 | 101 | 30 |
| Binary | 1100110 | 1010110 | 10110 | 0 | 10000 | 1001110 | 111100 | 110000 | 1000001 | 11000 |
Color Harmonies of #665616
Complementary color
Monochromatic Colors of #665616
Black with #665616
Text Example
Text Example
White with #665616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665616; }
p { color: rgb(102,86,22); }
H1.HeaderClassName
{
color: #665616;
}
.AnyTagClassName
{
color: #665616;
}
</style>
background-color css
<style>
a { background-color: #665616; }
a { background-color: rgb(102,86,22); }
div.DivClassName
{
background-color: #665616;
}
.BgClassName
{
background-color: #665616;
}
</style>
border-color css
<style>
span { border-color: #665616; }
span { border-color: rgb(102,86,22); }
td.TdClassName
{
border-color: #665616;
}
.TagClassName
{
border-color: #665616;
}
</style>