Shades of Bronze Olive #665119
Tints of Bronze Olive #665119
RGB
CMYK
RGB Variations
Color information
#665119 (or 0x665119) is known color: Bronze Olive. HEX triplet: 66, 51 and 19. RGB value is (102,81,25). Sum of RGB (Red+Green+Blue) = 102+81+25=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #665119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665119 is #99AEE6. Grayscale: #515151. Windows color (decimal): -10071783 or 1659238. OLE color: 1659238.
HSL color Cylindrical-coordinate representation of color #665119: hue angle of 43.64º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #665119 is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 81 | 25 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.6 |
| HSL | 43.64º | 0.61% | 0.25% | - |
| HSV(B) | 43.64º | 0.75% | 0.4% | - |
| XYZ | 8.6 | 8.78 | 2.16 | - |
| YUV | 80.9 | 96.46 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 81 | 25 | 0 | 0.21 | 0.75 | 0.6 | 43.64 | 0.61 | 0.25 |
| Hex | 66 | 51 | 19 | 0 | 15 | 4B | 3C | 2C | 3D | 19 |
| Octal | 146 | 121 | 31 | 0 | 25 | 113 | 74 | 54 | 75 | 31 |
| Binary | 1100110 | 1010001 | 11001 | 0 | 10101 | 1001011 | 111100 | 101100 | 111101 | 11001 |
Color Harmonies of #665119
Complementary color
Monochromatic Colors of #665119
Black with #665119
Text Example
Text Example
White with #665119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665119; }
p { color: rgb(102,81,25); }
H1.HeaderClassName
{
color: #665119;
}
.AnyTagClassName
{
color: #665119;
}
</style>
background-color css
<style>
a { background-color: #665119; }
a { background-color: rgb(102,81,25); }
div.DivClassName
{
background-color: #665119;
}
.BgClassName
{
background-color: #665119;
}
</style>
border-color css
<style>
span { border-color: #665119; }
span { border-color: rgb(102,81,25); }
td.TdClassName
{
border-color: #665119;
}
.TagClassName
{
border-color: #665119;
}
</style>