Shades of Bronze Olive #63541F
Tints of Bronze Olive #63541F
RGB
CMYK
RGB Variations
Color information
#63541F (or 0x63541F) is known color: Bronze Olive. HEX triplet: 63, 54 and 1F. RGB value is (99,84,31). Sum of RGB (Red+Green+Blue) = 99+84+31=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 84 (33.20% from 255 or 39.25% from 214); Blue value is 31 (12.5% from 255 or 14.49% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #63541F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63541F is #9CABE0. Grayscale: #525252. Windows color (decimal): -10267617 or 2053219. OLE color: 2053219.
HSL color Cylindrical-coordinate representation of color #63541F: hue angle of 46.76º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #63541F is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 84 | 31 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.61 |
| HSL | 46.76º | 0.52% | 0.25% | - |
| HSV(B) | 46.76º | 0.69% | 0.39% | - |
| XYZ | 8.56 | 9.09 | 2.6 | - |
| YUV | 82.44 | 98.97 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 84 | 31 | 0 | 0.15 | 0.69 | 0.61 | 46.76 | 0.52 | 0.25 |
| Hex | 63 | 54 | 1F | 0 | F | 45 | 3D | 2F | 34 | 19 |
| Octal | 143 | 124 | 37 | 0 | 17 | 105 | 75 | 57 | 64 | 31 |
| Binary | 1100011 | 1010100 | 11111 | 0 | 1111 | 1000101 | 111101 | 101111 | 110100 | 11001 |
Color Harmonies of #63541F
Complementary color
Monochromatic Colors of #63541F
Black with #63541F
Text Example
Text Example
White with #63541F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63541F; }
p { color: rgb(99,84,31); }
H1.HeaderClassName
{
color: #63541F;
}
.AnyTagClassName
{
color: #63541F;
}
</style>
background-color css
<style>
a { background-color: #63541F; }
a { background-color: rgb(99,84,31); }
div.DivClassName
{
background-color: #63541F;
}
.BgClassName
{
background-color: #63541F;
}
</style>
border-color css
<style>
span { border-color: #63541F; }
span { border-color: rgb(99,84,31); }
td.TdClassName
{
border-color: #63541F;
}
.TagClassName
{
border-color: #63541F;
}
</style>