Shades of Bronze Olive #63550B
Tints of Bronze Olive #63550B
RGB
CMYK
RGB Variations
Color information
#63550B (or 0x63550B) is known color: Bronze Olive. HEX triplet: 63, 55 and 0B. RGB value is (99,85,11). Sum of RGB (Red+Green+Blue) = 99+85+11=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 11 (4.69% from 255 or 5.64% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #63550B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63550B is #9CAAF4. Grayscale: #515151. Windows color (decimal): -10267381 or 742755. OLE color: 742755.
HSL color Cylindrical-coordinate representation of color #63550B: hue angle of 50.45º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #63550B is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 85 | 11 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.61 |
| HSL | 50.45º | 0.8% | 0.22% | - |
| HSV(B) | 50.45º | 0.89% | 0.39% | - |
| XYZ | 8.45 | 9.17 | 1.64 | - |
| YUV | 80.75 | 88.64 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 85 | 11 | 0 | 0.14 | 0.89 | 0.61 | 50.45 | 0.8 | 0.22 |
| Hex | 63 | 55 | B | 0 | E | 59 | 3D | 32 | 50 | 16 |
| Octal | 143 | 125 | 13 | 0 | 16 | 131 | 75 | 62 | 120 | 26 |
| Binary | 1100011 | 1010101 | 1011 | 0 | 1110 | 1011001 | 111101 | 110010 | 1010000 | 10110 |
Color Harmonies of #63550B
Complementary color
Monochromatic Colors of #63550B
Black with #63550B
Text Example
Text Example
White with #63550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63550B; }
p { color: rgb(99,85,11); }
H1.HeaderClassName
{
color: #63550B;
}
.AnyTagClassName
{
color: #63550B;
}
</style>
background-color css
<style>
a { background-color: #63550B; }
a { background-color: rgb(99,85,11); }
div.DivClassName
{
background-color: #63550B;
}
.BgClassName
{
background-color: #63550B;
}
</style>
border-color css
<style>
span { border-color: #63550B; }
span { border-color: rgb(99,85,11); }
td.TdClassName
{
border-color: #63550B;
}
.TagClassName
{
border-color: #63550B;
}
</style>