Shades of Bronze Olive #66511B
Tints of Bronze Olive #66511B
RGB
CMYK
RGB Variations
Color information
#66511B (or 0x66511B) is known color: Bronze Olive. HEX triplet: 66, 51 and 1B. RGB value is (102,81,27). Sum of RGB (Red+Green+Blue) = 102+81+27=210 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.57% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 27 (10.94% from 255 or 12.86% from 210); Max value from RGB is 102 - color contains mainly: red. Hex color #66511B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66511B is #99AEE4. Grayscale: #515151. Windows color (decimal): -10071781 or 1790310. OLE color: 1790310.
HSL color Cylindrical-coordinate representation of color #66511B: hue angle of 43.2º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #66511B is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 81 | 27 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.6 |
| HSL | 43.2º | 0.58% | 0.25% | - |
| HSV(B) | 43.2º | 0.74% | 0.4% | - |
| XYZ | 8.62 | 8.79 | 2.28 | - |
| YUV | 81.12 | 97.46 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 81 | 27 | 0 | 0.21 | 0.74 | 0.6 | 43.2 | 0.58 | 0.25 |
| Hex | 66 | 51 | 1B | 0 | 15 | 4A | 3C | 2B | 3A | 19 |
| Octal | 146 | 121 | 33 | 0 | 25 | 112 | 74 | 53 | 72 | 31 |
| Binary | 1100110 | 1010001 | 11011 | 0 | 10101 | 1001010 | 111100 | 101011 | 111010 | 11001 |
Color Harmonies of #66511B
Complementary color
Monochromatic Colors of #66511B
Black with #66511B
Text Example
Text Example
White with #66511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66511B; }
p { color: rgb(102,81,27); }
H1.HeaderClassName
{
color: #66511B;
}
.AnyTagClassName
{
color: #66511B;
}
</style>
background-color css
<style>
a { background-color: #66511B; }
a { background-color: rgb(102,81,27); }
div.DivClassName
{
background-color: #66511B;
}
.BgClassName
{
background-color: #66511B;
}
</style>
border-color css
<style>
span { border-color: #66511B; }
span { border-color: rgb(102,81,27); }
td.TdClassName
{
border-color: #66511B;
}
.TagClassName
{
border-color: #66511B;
}
</style>