Shades of Bronze Olive #665219
Tints of Bronze Olive #665219
RGB
CMYK
RGB Variations
Color information
#665219 (or 0x665219) is known color: Bronze Olive. HEX triplet: 66, 52 and 19. RGB value is (102,82,25). Sum of RGB (Red+Green+Blue) = 102+82+25=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 25 (10.16% from 255 or 11.96% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #665219 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665219 is #99ADE6. Grayscale: #515151. Windows color (decimal): -10071527 or 1659494. OLE color: 1659494.
HSL color Cylindrical-coordinate representation of color #665219: hue angle of 44.42º 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 #665219 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 82 | 25 | - |
| CMYK | 0 | 0.20 | 0.75 | 0.6 |
| HSL | 44.42º | 0.61% | 0.25% | - |
| HSV(B) | 44.42º | 0.75% | 0.4% | - |
| XYZ | 8.67 | 8.93 | 2.19 | - |
| YUV | 81.48 | 96.13 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 82 | 25 | 0 | 0.20 | 0.75 | 0.6 | 44.42 | 0.61 | 0.25 |
| Hex | 66 | 52 | 19 | 0 | 14 | 4B | 3C | 2C | 3D | 19 |
| Octal | 146 | 122 | 31 | 0 | 24 | 113 | 74 | 54 | 75 | 31 |
| Binary | 1100110 | 1010010 | 11001 | 0 | 10100 | 1001011 | 111100 | 101100 | 111101 | 11001 |
Color Harmonies of #665219
Complementary color
Monochromatic Colors of #665219
Black with #665219
Text Example
Text Example
White with #665219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665219; }
p { color: rgb(102,82,25); }
H1.HeaderClassName
{
color: #665219;
}
.AnyTagClassName
{
color: #665219;
}
</style>
background-color css
<style>
a { background-color: #665219; }
a { background-color: rgb(102,82,25); }
div.DivClassName
{
background-color: #665219;
}
.BgClassName
{
background-color: #665219;
}
</style>
border-color css
<style>
span { border-color: #665219; }
span { border-color: rgb(102,82,25); }
td.TdClassName
{
border-color: #665219;
}
.TagClassName
{
border-color: #665219;
}
</style>