Shades of Bronze Olive #654E1E
Tints of Bronze Olive #654E1E
RGB
CMYK
RGB Variations
Color information
#654E1E (or 0x654E1E) is known color: Bronze Olive. HEX triplet: 65, 4E and 1E. RGB value is (101,78,30). Sum of RGB (Red+Green+Blue) = 101+78+30=209 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.33% from 209); Green value is 78 (30.86% from 255 or 37.32% from 209); Blue value is 30 (12.11% from 255 or 14.35% from 209); Max value from RGB is 101 - color contains mainly: red. Hex color #654E1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654E1E is #9AB1E1. Grayscale: #4F4F4F. Windows color (decimal): -10138082 or 1986149. OLE color: 1986149.
HSL color Cylindrical-coordinate representation of color #654E1E: hue angle of 40.56º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #654E1E is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 78 | 30 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.60 |
| HSL | 40.56º | 0.54% | 0.26% | - |
| HSV(B) | 40.56º | 0.7% | 0.4% | - |
| XYZ | 8.33 | 8.31 | 2.39 | - |
| YUV | 79.41 | 100.12 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 78 | 30 | 0 | 0.23 | 0.70 | 0.60 | 40.56 | 0.54 | 0.26 |
| Hex | 65 | 4E | 1E | 0 | 17 | 46 | 3C | 29 | 36 | 1A |
| Octal | 145 | 116 | 36 | 0 | 27 | 106 | 74 | 51 | 66 | 32 |
| Binary | 1100101 | 1001110 | 11110 | 0 | 10111 | 1000110 | 111100 | 101001 | 110110 | 11010 |
Color Harmonies of #654E1E
Complementary color
Monochromatic Colors of #654E1E
Black with #654E1E
Text Example
Text Example
White with #654E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654E1E; }
p { color: rgb(101,78,30); }
H1.HeaderClassName
{
color: #654E1E;
}
.AnyTagClassName
{
color: #654E1E;
}
</style>
background-color css
<style>
a { background-color: #654E1E; }
a { background-color: rgb(101,78,30); }
div.DivClassName
{
background-color: #654E1E;
}
.BgClassName
{
background-color: #654E1E;
}
</style>
border-color css
<style>
span { border-color: #654E1E; }
span { border-color: rgb(101,78,30); }
td.TdClassName
{
border-color: #654E1E;
}
.TagClassName
{
border-color: #654E1E;
}
</style>