Shades of Bronze Olive #665218
Tints of Bronze Olive #665218
RGB
CMYK
RGB Variations
Color information
#665218 (or 0x665218) is known color: Bronze Olive. HEX triplet: 66, 52 and 18. RGB value is (102,82,24). Sum of RGB (Red+Green+Blue) = 102+82+24=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 24 (9.77% from 255 or 11.54% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #665218 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665218 is #99ADE7. Grayscale: #515151. Windows color (decimal): -10071528 or 1593958. OLE color: 1593958.
HSL color Cylindrical-coordinate representation of color #665218: hue angle of 44.62º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #665218 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 82 | 24 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.6 |
| HSL | 44.62º | 0.62% | 0.25% | - |
| HSV(B) | 44.62º | 0.76% | 0.4% | - |
| XYZ | 8.66 | 8.93 | 2.13 | - |
| YUV | 81.37 | 95.63 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 82 | 24 | 0 | 0.20 | 0.76 | 0.6 | 44.62 | 0.62 | 0.25 |
| Hex | 66 | 52 | 18 | 0 | 14 | 4C | 3C | 2D | 3E | 19 |
| Octal | 146 | 122 | 30 | 0 | 24 | 114 | 74 | 55 | 76 | 31 |
| Binary | 1100110 | 1010010 | 11000 | 0 | 10100 | 1001100 | 111100 | 101101 | 111110 | 11001 |
Color Harmonies of #665218
Complementary color
Monochromatic Colors of #665218
Black with #665218
Text Example
Text Example
White with #665218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665218; }
p { color: rgb(102,82,24); }
H1.HeaderClassName
{
color: #665218;
}
.AnyTagClassName
{
color: #665218;
}
</style>
background-color css
<style>
a { background-color: #665218; }
a { background-color: rgb(102,82,24); }
div.DivClassName
{
background-color: #665218;
}
.BgClassName
{
background-color: #665218;
}
</style>
border-color css
<style>
span { border-color: #665218; }
span { border-color: rgb(102,82,24); }
td.TdClassName
{
border-color: #665218;
}
.TagClassName
{
border-color: #665218;
}
</style>