Shades of Bronze Olive #66541A
Tints of Bronze Olive #66541A
RGB
CMYK
RGB Variations
Color information
#66541A (or 0x66541A) is known color: Bronze Olive. HEX triplet: 66, 54 and 1A. RGB value is (102,84,26). Sum of RGB (Red+Green+Blue) = 102+84+26=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 26 (10.55% from 255 or 12.26% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #66541A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66541A is #99ABE5. Grayscale: #535353. Windows color (decimal): -10071014 or 1725542. OLE color: 1725542.
HSL color Cylindrical-coordinate representation of color #66541A: hue angle of 45.79º degrees, saturation: 0.59, 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 #66541A is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 84 | 26 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.6 |
| HSL | 45.79º | 0.59% | 0.25% | - |
| HSV(B) | 45.79º | 0.75% | 0.4% | - |
| XYZ | 8.84 | 9.24 | 2.3 | - |
| YUV | 82.77 | 95.96 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 84 | 26 | 0 | 0.18 | 0.75 | 0.6 | 45.79 | 0.59 | 0.25 |
| Hex | 66 | 54 | 1A | 0 | 12 | 4B | 3C | 2E | 3B | 19 |
| Octal | 146 | 124 | 32 | 0 | 22 | 113 | 74 | 56 | 73 | 31 |
| Binary | 1100110 | 1010100 | 11010 | 0 | 10010 | 1001011 | 111100 | 101110 | 111011 | 11001 |
Color Harmonies of #66541A
Complementary color
Monochromatic Colors of #66541A
Black with #66541A
Text Example
Text Example
White with #66541A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66541A; }
p { color: rgb(102,84,26); }
H1.HeaderClassName
{
color: #66541A;
}
.AnyTagClassName
{
color: #66541A;
}
</style>
background-color css
<style>
a { background-color: #66541A; }
a { background-color: rgb(102,84,26); }
div.DivClassName
{
background-color: #66541A;
}
.BgClassName
{
background-color: #66541A;
}
</style>
border-color css
<style>
span { border-color: #66541A; }
span { border-color: rgb(102,84,26); }
td.TdClassName
{
border-color: #66541A;
}
.TagClassName
{
border-color: #66541A;
}
</style>