Shades of Bronze Olive #665019
Tints of Bronze Olive #665019
RGB
CMYK
RGB Variations
Color information
#665019 (or 0x665019) is known color: Bronze Olive. HEX triplet: 66, 50 and 19. RGB value is (102,80,25). Sum of RGB (Red+Green+Blue) = 102+80+25=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 25 (10.16% from 255 or 12.08% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #665019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665019 is #99AFE6. Grayscale: #505050. Windows color (decimal): -10072039 or 1658982. OLE color: 1658982.
HSL color Cylindrical-coordinate representation of color #665019: hue angle of 42.86º 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 #665019 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 80 | 25 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.6 |
| HSL | 42.86º | 0.61% | 0.25% | - |
| HSV(B) | 42.86º | 0.75% | 0.4% | - |
| XYZ | 8.52 | 8.63 | 2.14 | - |
| YUV | 80.31 | 96.79 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 80 | 25 | 0 | 0.22 | 0.75 | 0.6 | 42.86 | 0.61 | 0.25 |
| Hex | 66 | 50 | 19 | 0 | 16 | 4B | 3C | 2B | 3D | 19 |
| Octal | 146 | 120 | 31 | 0 | 26 | 113 | 74 | 53 | 75 | 31 |
| Binary | 1100110 | 1010000 | 11001 | 0 | 10110 | 1001011 | 111100 | 101011 | 111101 | 11001 |
Color Harmonies of #665019
Complementary color
Monochromatic Colors of #665019
Black with #665019
Text Example
Text Example
White with #665019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665019; }
p { color: rgb(102,80,25); }
H1.HeaderClassName
{
color: #665019;
}
.AnyTagClassName
{
color: #665019;
}
</style>
background-color css
<style>
a { background-color: #665019; }
a { background-color: rgb(102,80,25); }
div.DivClassName
{
background-color: #665019;
}
.BgClassName
{
background-color: #665019;
}
</style>
border-color css
<style>
span { border-color: #665019; }
span { border-color: rgb(102,80,25); }
td.TdClassName
{
border-color: #665019;
}
.TagClassName
{
border-color: #665019;
}
</style>