Shades of Bronze Olive #67561A
Tints of Bronze Olive #67561A
RGB
CMYK
RGB Variations
Color information
#67561A (or 0x67561A) is known color: Bronze Olive. HEX triplet: 67, 56 and 1A. RGB value is (103,86,26). Sum of RGB (Red+Green+Blue) = 103+86+26=215 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.91% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 103 - color contains mainly: red. Hex color #67561A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67561A is #98A9E5. Grayscale: #545454. Windows color (decimal): -10004966 or 1726055. OLE color: 1726055.
HSL color Cylindrical-coordinate representation of color #67561A: hue angle of 46.75º 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 #67561A is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 86 | 26 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.60 |
| HSL | 46.75º | 0.6% | 0.25% | - |
| HSV(B) | 46.75º | 0.75% | 0.4% | - |
| XYZ | 9.11 | 9.61 | 2.35 | - |
| YUV | 84.24 | 95.13 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 86 | 26 | 0 | 0.17 | 0.75 | 0.60 | 46.75 | 0.6 | 0.25 |
| Hex | 67 | 56 | 1A | 0 | 11 | 4B | 3C | 2F | 3C | 19 |
| Octal | 147 | 126 | 32 | 0 | 21 | 113 | 74 | 57 | 74 | 31 |
| Binary | 1100111 | 1010110 | 11010 | 0 | 10001 | 1001011 | 111100 | 101111 | 111100 | 11001 |
Color Harmonies of #67561A
Complementary color
Monochromatic Colors of #67561A
Black with #67561A
Text Example
Text Example
White with #67561A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67561A; }
p { color: rgb(103,86,26); }
H1.HeaderClassName
{
color: #67561A;
}
.AnyTagClassName
{
color: #67561A;
}
</style>
background-color css
<style>
a { background-color: #67561A; }
a { background-color: rgb(103,86,26); }
div.DivClassName
{
background-color: #67561A;
}
.BgClassName
{
background-color: #67561A;
}
</style>
border-color css
<style>
span { border-color: #67561A; }
span { border-color: rgb(103,86,26); }
td.TdClassName
{
border-color: #67561A;
}
.TagClassName
{
border-color: #67561A;
}
</style>