Shades of Bronze Olive #634D15
Tints of Bronze Olive #634D15
RGB
CMYK
RGB Variations
Color information
#634D15 (or 0x634D15) is known color: Bronze Olive. HEX triplet: 63, 4D and 15. RGB value is (99,77,21). Sum of RGB (Red+Green+Blue) = 99+77+21=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 21 (8.59% from 255 or 10.66% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #634D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #634D15 is #9CB2EA. Grayscale: #4D4D4D. Windows color (decimal): -10269419 or 1396067. OLE color: 1396067.
HSL color Cylindrical-coordinate representation of color #634D15: hue angle of 43.08º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #634D15 is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 77 | 21 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.61 |
| HSL | 43.08º | 0.65% | 0.24% | - |
| HSV(B) | 43.08º | 0.79% | 0.39% | - |
| XYZ | 7.93 | 8.01 | 1.84 | - |
| YUV | 77.19 | 96.29 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 77 | 21 | 0 | 0.22 | 0.79 | 0.61 | 43.08 | 0.65 | 0.24 |
| Hex | 63 | 4D | 15 | 0 | 16 | 4F | 3D | 2B | 41 | 18 |
| Octal | 143 | 115 | 25 | 0 | 26 | 117 | 75 | 53 | 101 | 30 |
| Binary | 1100011 | 1001101 | 10101 | 0 | 10110 | 1001111 | 111101 | 101011 | 1000001 | 11000 |
Color Harmonies of #634D15
Complementary color
Monochromatic Colors of #634D15
Black with #634D15
Text Example
Text Example
White with #634D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634D15; }
p { color: rgb(99,77,21); }
H1.HeaderClassName
{
color: #634D15;
}
.AnyTagClassName
{
color: #634D15;
}
</style>
background-color css
<style>
a { background-color: #634D15; }
a { background-color: rgb(99,77,21); }
div.DivClassName
{
background-color: #634D15;
}
.BgClassName
{
background-color: #634D15;
}
</style>
border-color css
<style>
span { border-color: #634D15; }
span { border-color: rgb(99,77,21); }
td.TdClassName
{
border-color: #634D15;
}
.TagClassName
{
border-color: #634D15;
}
</style>