Shades of Bronze Olive #63570C
Tints of Bronze Olive #63570C
RGB
CMYK
RGB Variations
Color information
#63570C (or 0x63570C) is known color: Bronze Olive. HEX triplet: 63, 57 and 0C. RGB value is (99,87,12). Sum of RGB (Red+Green+Blue) = 99+87+12=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 87 (34.38% from 255 or 43.94% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #63570C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63570C is #9CA8F3. Grayscale: #525252. Windows color (decimal): -10266868 or 808803. OLE color: 808803.
HSL color Cylindrical-coordinate representation of color #63570C: hue angle of 51.72º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #63570C is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 87 | 12 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.61 |
| HSL | 51.72º | 0.78% | 0.22% | - |
| HSV(B) | 51.72º | 0.88% | 0.39% | - |
| XYZ | 8.62 | 9.5 | 1.73 | - |
| YUV | 82.04 | 88.48 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 87 | 12 | 0 | 0.12 | 0.88 | 0.61 | 51.72 | 0.78 | 0.22 |
| Hex | 63 | 57 | C | 0 | C | 58 | 3D | 34 | 4E | 16 |
| Octal | 143 | 127 | 14 | 0 | 14 | 130 | 75 | 64 | 116 | 26 |
| Binary | 1100011 | 1010111 | 1100 | 0 | 1100 | 1011000 | 111101 | 110100 | 1001110 | 10110 |
Color Harmonies of #63570C
Complementary color
Monochromatic Colors of #63570C
Black with #63570C
Text Example
Text Example
White with #63570C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63570C; }
p { color: rgb(99,87,12); }
H1.HeaderClassName
{
color: #63570C;
}
.AnyTagClassName
{
color: #63570C;
}
</style>
background-color css
<style>
a { background-color: #63570C; }
a { background-color: rgb(99,87,12); }
div.DivClassName
{
background-color: #63570C;
}
.BgClassName
{
background-color: #63570C;
}
</style>
border-color css
<style>
span { border-color: #63570C; }
span { border-color: rgb(99,87,12); }
td.TdClassName
{
border-color: #63570C;
}
.TagClassName
{
border-color: #63570C;
}
</style>