Shades of Bronze Olive #63550C
Tints of Bronze Olive #63550C
RGB
CMYK
RGB Variations
Color information
#63550C (or 0x63550C) is known color: Bronze Olive. HEX triplet: 63, 55 and 0C. RGB value is (99,85,12). Sum of RGB (Red+Green+Blue) = 99+85+12=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #63550C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63550C is #9CAAF3. Grayscale: #515151. Windows color (decimal): -10267380 or 808291. OLE color: 808291.
HSL color Cylindrical-coordinate representation of color #63550C: hue angle of 50.34º 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 #63550C is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 85 | 12 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.61 |
| HSL | 50.34º | 0.78% | 0.22% | - |
| HSV(B) | 50.34º | 0.88% | 0.39% | - |
| XYZ | 8.46 | 9.18 | 1.67 | - |
| YUV | 80.86 | 89.14 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 85 | 12 | 0 | 0.14 | 0.88 | 0.61 | 50.34 | 0.78 | 0.22 |
| Hex | 63 | 55 | C | 0 | E | 58 | 3D | 32 | 4E | 16 |
| Octal | 143 | 125 | 14 | 0 | 16 | 130 | 75 | 62 | 116 | 26 |
| Binary | 1100011 | 1010101 | 1100 | 0 | 1110 | 1011000 | 111101 | 110010 | 1001110 | 10110 |
Color Harmonies of #63550C
Complementary color
Monochromatic Colors of #63550C
Black with #63550C
Text Example
Text Example
White with #63550C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63550C; }
p { color: rgb(99,85,12); }
H1.HeaderClassName
{
color: #63550C;
}
.AnyTagClassName
{
color: #63550C;
}
</style>
background-color css
<style>
a { background-color: #63550C; }
a { background-color: rgb(99,85,12); }
div.DivClassName
{
background-color: #63550C;
}
.BgClassName
{
background-color: #63550C;
}
</style>
border-color css
<style>
span { border-color: #63550C; }
span { border-color: rgb(99,85,12); }
td.TdClassName
{
border-color: #63550C;
}
.TagClassName
{
border-color: #63550C;
}
</style>