Shades of Bronze Olive #634F21
Tints of Bronze Olive #634F21
RGB
CMYK
RGB Variations
Color information
#634F21 (or 0x634F21) is known color: Bronze Olive. HEX triplet: 63, 4F and 21. RGB value is (99,79,33). Sum of RGB (Red+Green+Blue) = 99+79+33=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 99 - color contains mainly: red. Hex color #634F21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634F21 is #9CB0DE. Grayscale: #4F4F4F. Windows color (decimal): -10268895 or 2183011. OLE color: 2183011.
HSL color Cylindrical-coordinate representation of color #634F21: hue angle of 41.82º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #634F21 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 79 | 33 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.61 |
| HSL | 41.82º | 0.5% | 0.26% | - |
| HSV(B) | 41.82º | 0.67% | 0.39% | - |
| XYZ | 8.22 | 8.35 | 2.62 | - |
| YUV | 79.74 | 101.63 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 79 | 33 | 0 | 0.20 | 0.67 | 0.61 | 41.82 | 0.5 | 0.26 |
| Hex | 63 | 4F | 21 | 0 | 14 | 43 | 3D | 2A | 32 | 1A |
| Octal | 143 | 117 | 41 | 0 | 24 | 103 | 75 | 52 | 62 | 32 |
| Binary | 1100011 | 1001111 | 100001 | 0 | 10100 | 1000011 | 111101 | 101010 | 110010 | 11010 |
Color Harmonies of #634F21
Complementary color
Monochromatic Colors of #634F21
Black with #634F21
Text Example
Text Example
White with #634F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634F21; }
p { color: rgb(99,79,33); }
H1.HeaderClassName
{
color: #634F21;
}
.AnyTagClassName
{
color: #634F21;
}
</style>
background-color css
<style>
a { background-color: #634F21; }
a { background-color: rgb(99,79,33); }
div.DivClassName
{
background-color: #634F21;
}
.BgClassName
{
background-color: #634F21;
}
</style>
border-color css
<style>
span { border-color: #634F21; }
span { border-color: rgb(99,79,33); }
td.TdClassName
{
border-color: #634F21;
}
.TagClassName
{
border-color: #634F21;
}
</style>