Shades of Bronze Olive #66531B
Tints of Bronze Olive #66531B
RGB
CMYK
RGB Variations
Color information
#66531B (or 0x66531B) is known color: Bronze Olive. HEX triplet: 66, 53 and 1B. RGB value is (102,83,27). Sum of RGB (Red+Green+Blue) = 102+83+27=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #66531B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66531B is #99ACE4. Grayscale: #525252. Windows color (decimal): -10071269 or 1790822. OLE color: 1790822.
HSL color Cylindrical-coordinate representation of color #66531B: hue angle of 44.8º 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 #66531B is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 83 | 27 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.6 |
| HSL | 44.8º | 0.58% | 0.25% | - |
| HSV(B) | 44.8º | 0.74% | 0.4% | - |
| XYZ | 8.77 | 9.09 | 2.33 | - |
| YUV | 82.3 | 96.79 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 83 | 27 | 0 | 0.19 | 0.74 | 0.6 | 44.8 | 0.58 | 0.25 |
| Hex | 66 | 53 | 1B | 0 | 13 | 4A | 3C | 2D | 3A | 19 |
| Octal | 146 | 123 | 33 | 0 | 23 | 112 | 74 | 55 | 72 | 31 |
| Binary | 1100110 | 1010011 | 11011 | 0 | 10011 | 1001010 | 111100 | 101101 | 111010 | 11001 |
Color Harmonies of #66531B
Complementary color
Monochromatic Colors of #66531B
Black with #66531B
Text Example
Text Example
White with #66531B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66531B; }
p { color: rgb(102,83,27); }
H1.HeaderClassName
{
color: #66531B;
}
.AnyTagClassName
{
color: #66531B;
}
</style>
background-color css
<style>
a { background-color: #66531B; }
a { background-color: rgb(102,83,27); }
div.DivClassName
{
background-color: #66531B;
}
.BgClassName
{
background-color: #66531B;
}
</style>
border-color css
<style>
span { border-color: #66531B; }
span { border-color: rgb(102,83,27); }
td.TdClassName
{
border-color: #66531B;
}
.TagClassName
{
border-color: #66531B;
}
</style>