Shades of Bronze Olive #63560C
Tints of Bronze Olive #63560C
RGB
CMYK
RGB Variations
Color information
#63560C (or 0x63560C) is known color: Bronze Olive. HEX triplet: 63, 56 and 0C. RGB value is (99,86,12). Sum of RGB (Red+Green+Blue) = 99+86+12=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 12 (5.08% from 255 or 6.09% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #63560C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63560C is #9CA9F3. Grayscale: #515151. Windows color (decimal): -10267124 or 808547. OLE color: 808547.
HSL color Cylindrical-coordinate representation of color #63560C: hue angle of 51.03º 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 #63560C is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 86 | 12 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.61 |
| HSL | 51.03º | 0.78% | 0.22% | - |
| HSV(B) | 51.03º | 0.88% | 0.39% | - |
| XYZ | 8.54 | 9.33 | 1.7 | - |
| YUV | 81.45 | 88.81 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 86 | 12 | 0 | 0.13 | 0.88 | 0.61 | 51.03 | 0.78 | 0.22 |
| Hex | 63 | 56 | C | 0 | D | 58 | 3D | 33 | 4E | 16 |
| Octal | 143 | 126 | 14 | 0 | 15 | 130 | 75 | 63 | 116 | 26 |
| Binary | 1100011 | 1010110 | 1100 | 0 | 1101 | 1011000 | 111101 | 110011 | 1001110 | 10110 |
Color Harmonies of #63560C
Complementary color
Monochromatic Colors of #63560C
Black with #63560C
Text Example
Text Example
White with #63560C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63560C; }
p { color: rgb(99,86,12); }
H1.HeaderClassName
{
color: #63560C;
}
.AnyTagClassName
{
color: #63560C;
}
</style>
background-color css
<style>
a { background-color: #63560C; }
a { background-color: rgb(99,86,12); }
div.DivClassName
{
background-color: #63560C;
}
.BgClassName
{
background-color: #63560C;
}
</style>
border-color css
<style>
span { border-color: #63560C; }
span { border-color: rgb(99,86,12); }
td.TdClassName
{
border-color: #63560C;
}
.TagClassName
{
border-color: #63560C;
}
</style>