Shades of Bronze Olive #634E16
Tints of Bronze Olive #634E16
RGB
CMYK
RGB Variations
Color information
#634E16 (or 0x634E16) is known color: Bronze Olive. HEX triplet: 63, 4E and 16. RGB value is (99,78,22). Sum of RGB (Red+Green+Blue) = 99+78+22=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 78 (30.86% from 255 or 39.20% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #634E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #634E16 is #9CB1E9. Grayscale: #4E4E4E. Windows color (decimal): -10269162 or 1461859. OLE color: 1461859.
HSL color Cylindrical-coordinate representation of color #634E16: hue angle of 43.64º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #634E16 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 78 | 22 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.61 |
| HSL | 43.64º | 0.64% | 0.24% | - |
| HSV(B) | 43.64º | 0.78% | 0.39% | - |
| XYZ | 8.01 | 8.16 | 1.91 | - |
| YUV | 77.9 | 96.46 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 78 | 22 | 0 | 0.21 | 0.78 | 0.61 | 43.64 | 0.64 | 0.24 |
| Hex | 63 | 4E | 16 | 0 | 15 | 4E | 3D | 2C | 40 | 18 |
| Octal | 143 | 116 | 26 | 0 | 25 | 116 | 75 | 54 | 100 | 30 |
| Binary | 1100011 | 1001110 | 10110 | 0 | 10101 | 1001110 | 111101 | 101100 | 1000000 | 11000 |
Color Harmonies of #634E16
Complementary color
Monochromatic Colors of #634E16
Black with #634E16
Text Example
Text Example
White with #634E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634E16; }
p { color: rgb(99,78,22); }
H1.HeaderClassName
{
color: #634E16;
}
.AnyTagClassName
{
color: #634E16;
}
</style>
background-color css
<style>
a { background-color: #634E16; }
a { background-color: rgb(99,78,22); }
div.DivClassName
{
background-color: #634E16;
}
.BgClassName
{
background-color: #634E16;
}
</style>
border-color css
<style>
span { border-color: #634E16; }
span { border-color: rgb(99,78,22); }
td.TdClassName
{
border-color: #634E16;
}
.TagClassName
{
border-color: #634E16;
}
</style>