Shades of Bronze Olive #67511A
Tints of Bronze Olive #67511A
RGB
CMYK
RGB Variations
Color information
#67511A (or 0x67511A) is known color: Bronze Olive. HEX triplet: 67, 51 and 1A. RGB value is (103,81,26). Sum of RGB (Red+Green+Blue) = 103+81+26=210 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.05% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 103 - color contains mainly: red. Hex color #67511A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67511A is #98AEE5. Grayscale: #515151. Windows color (decimal): -10006246 or 1724775. OLE color: 1724775.
HSL color Cylindrical-coordinate representation of color #67511A: hue angle of 42.86º degrees, saturation: 0.6, 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 #67511A is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 81 | 26 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.60 |
| HSL | 42.86º | 0.6% | 0.25% | - |
| HSV(B) | 42.86º | 0.75% | 0.4% | - |
| XYZ | 8.72 | 8.84 | 2.22 | - |
| YUV | 81.31 | 96.79 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 81 | 26 | 0 | 0.21 | 0.75 | 0.60 | 42.86 | 0.6 | 0.25 |
| Hex | 67 | 51 | 1A | 0 | 15 | 4B | 3C | 2B | 3C | 19 |
| Octal | 147 | 121 | 32 | 0 | 25 | 113 | 74 | 53 | 74 | 31 |
| Binary | 1100111 | 1010001 | 11010 | 0 | 10101 | 1001011 | 111100 | 101011 | 111100 | 11001 |
Color Harmonies of #67511A
Complementary color
Monochromatic Colors of #67511A
Black with #67511A
Text Example
Text Example
White with #67511A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67511A; }
p { color: rgb(103,81,26); }
H1.HeaderClassName
{
color: #67511A;
}
.AnyTagClassName
{
color: #67511A;
}
</style>
background-color css
<style>
a { background-color: #67511A; }
a { background-color: rgb(103,81,26); }
div.DivClassName
{
background-color: #67511A;
}
.BgClassName
{
background-color: #67511A;
}
</style>
border-color css
<style>
span { border-color: #67511A; }
span { border-color: rgb(103,81,26); }
td.TdClassName
{
border-color: #67511A;
}
.TagClassName
{
border-color: #67511A;
}
</style>