Shades of Bronze Olive #67531A
Tints of Bronze Olive #67531A
RGB
CMYK
RGB Variations
Color information
#67531A (or 0x67531A) is known color: Bronze Olive. HEX triplet: 67, 53 and 1A. RGB value is (103,83,26). Sum of RGB (Red+Green+Blue) = 103+83+26=212 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.58% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 26 (10.55% from 255 or 12.26% from 212); Max value from RGB is 103 - color contains mainly: red. Hex color #67531A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67531A is #98ACE5. Grayscale: #525252. Windows color (decimal): -10005734 or 1725287. OLE color: 1725287.
HSL color Cylindrical-coordinate representation of color #67531A: hue angle of 44.42º 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 #67531A is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 83 | 26 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.60 |
| HSL | 44.42º | 0.6% | 0.25% | - |
| HSV(B) | 44.42º | 0.75% | 0.4% | - |
| XYZ | 8.87 | 9.14 | 2.27 | - |
| YUV | 82.48 | 96.13 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 83 | 26 | 0 | 0.19 | 0.75 | 0.60 | 44.42 | 0.6 | 0.25 |
| Hex | 67 | 53 | 1A | 0 | 13 | 4B | 3C | 2C | 3C | 19 |
| Octal | 147 | 123 | 32 | 0 | 23 | 113 | 74 | 54 | 74 | 31 |
| Binary | 1100111 | 1010011 | 11010 | 0 | 10011 | 1001011 | 111100 | 101100 | 111100 | 11001 |
Color Harmonies of #67531A
Complementary color
Monochromatic Colors of #67531A
Black with #67531A
Text Example
Text Example
White with #67531A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67531A; }
p { color: rgb(103,83,26); }
H1.HeaderClassName
{
color: #67531A;
}
.AnyTagClassName
{
color: #67531A;
}
</style>
background-color css
<style>
a { background-color: #67531A; }
a { background-color: rgb(103,83,26); }
div.DivClassName
{
background-color: #67531A;
}
.BgClassName
{
background-color: #67531A;
}
</style>
border-color css
<style>
span { border-color: #67531A; }
span { border-color: rgb(103,83,26); }
td.TdClassName
{
border-color: #67531A;
}
.TagClassName
{
border-color: #67531A;
}
</style>