Shades of Bronze Olive #63540E
Tints of Bronze Olive #63540E
RGB
CMYK
RGB Variations
Color information
#63540E (or 0x63540E) is known color: Bronze Olive. HEX triplet: 63, 54 and 0E. RGB value is (99,84,14). Sum of RGB (Red+Green+Blue) = 99+84+14=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #63540E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63540E is #9CABF1. Grayscale: #505050. Windows color (decimal): -10267634 or 939107. OLE color: 939107.
HSL color Cylindrical-coordinate representation of color #63540E: hue angle of 49.41º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #63540E is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 84 | 14 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.61 |
| HSL | 49.41º | 0.75% | 0.22% | - |
| HSV(B) | 49.41º | 0.86% | 0.39% | - |
| XYZ | 8.4 | 9.03 | 1.71 | - |
| YUV | 80.51 | 90.47 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 84 | 14 | 0 | 0.15 | 0.86 | 0.61 | 49.41 | 0.75 | 0.22 |
| Hex | 63 | 54 | E | 0 | F | 56 | 3D | 31 | 4B | 16 |
| Octal | 143 | 124 | 16 | 0 | 17 | 126 | 75 | 61 | 113 | 26 |
| Binary | 1100011 | 1010100 | 1110 | 0 | 1111 | 1010110 | 111101 | 110001 | 1001011 | 10110 |
Color Harmonies of #63540E
Complementary color
Monochromatic Colors of #63540E
Black with #63540E
Text Example
Text Example
White with #63540E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63540E; }
p { color: rgb(99,84,14); }
H1.HeaderClassName
{
color: #63540E;
}
.AnyTagClassName
{
color: #63540E;
}
</style>
background-color css
<style>
a { background-color: #63540E; }
a { background-color: rgb(99,84,14); }
div.DivClassName
{
background-color: #63540E;
}
.BgClassName
{
background-color: #63540E;
}
</style>
border-color css
<style>
span { border-color: #63540E; }
span { border-color: rgb(99,84,14); }
td.TdClassName
{
border-color: #63540E;
}
.TagClassName
{
border-color: #63540E;
}
</style>