Shades of Bronze Olive #67521B
Tints of Bronze Olive #67521B
RGB
CMYK
RGB Variations
Color information
#67521B (or 0x67521B) is known color: Bronze Olive. HEX triplet: 67, 52 and 1B. RGB value is (103,82,27). Sum of RGB (Red+Green+Blue) = 103+82+27=212 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.58% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 103 - color contains mainly: red. Hex color #67521B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67521B is #98ADE4. Grayscale: #525252. Windows color (decimal): -10005989 or 1790567. OLE color: 1790567.
HSL color Cylindrical-coordinate representation of color #67521B: hue angle of 43.42º 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 #67521B is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 82 | 27 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.60 |
| HSL | 43.42º | 0.58% | 0.25% | - |
| HSV(B) | 43.42º | 0.74% | 0.4% | - |
| XYZ | 8.81 | 9 | 2.31 | - |
| YUV | 82.01 | 96.96 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 82 | 27 | 0 | 0.20 | 0.74 | 0.60 | 43.42 | 0.58 | 0.25 |
| Hex | 67 | 52 | 1B | 0 | 14 | 4A | 3C | 2B | 3A | 19 |
| Octal | 147 | 122 | 33 | 0 | 24 | 112 | 74 | 53 | 72 | 31 |
| Binary | 1100111 | 1010010 | 11011 | 0 | 10100 | 1001010 | 111100 | 101011 | 111010 | 11001 |
Color Harmonies of #67521B
Complementary color
Monochromatic Colors of #67521B
Black with #67521B
Text Example
Text Example
White with #67521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67521B; }
p { color: rgb(103,82,27); }
H1.HeaderClassName
{
color: #67521B;
}
.AnyTagClassName
{
color: #67521B;
}
</style>
background-color css
<style>
a { background-color: #67521B; }
a { background-color: rgb(103,82,27); }
div.DivClassName
{
background-color: #67521B;
}
.BgClassName
{
background-color: #67521B;
}
</style>
border-color css
<style>
span { border-color: #67521B; }
span { border-color: rgb(103,82,27); }
td.TdClassName
{
border-color: #67521B;
}
.TagClassName
{
border-color: #67521B;
}
</style>