Shades of Bronze Olive #634F1E
Tints of Bronze Olive #634F1E
RGB
CMYK
RGB Variations
Color information
#634F1E (or 0x634F1E) is known color: Bronze Olive. HEX triplet: 63, 4F and 1E. RGB value is (99,79,30). Sum of RGB (Red+Green+Blue) = 99+79+30=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 79 (31.25% from 255 or 37.98% from 208); Blue value is 30 (12.11% from 255 or 14.42% from 208); Max value from RGB is 99 - color contains mainly: red. Hex color #634F1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634F1E is #9CB0E1. Grayscale: #4F4F4F. Windows color (decimal): -10268898 or 1986403. OLE color: 1986403.
HSL color Cylindrical-coordinate representation of color #634F1E: hue angle of 42.61º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #634F1E is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 79 | 30 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.61 |
| HSL | 42.61º | 0.53% | 0.25% | - |
| HSV(B) | 42.61º | 0.7% | 0.39% | - |
| XYZ | 8.18 | 8.34 | 2.41 | - |
| YUV | 79.39 | 100.13 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 79 | 30 | 0 | 0.20 | 0.70 | 0.61 | 42.61 | 0.53 | 0.25 |
| Hex | 63 | 4F | 1E | 0 | 14 | 46 | 3D | 2B | 35 | 19 |
| Octal | 143 | 117 | 36 | 0 | 24 | 106 | 75 | 53 | 65 | 31 |
| Binary | 1100011 | 1001111 | 11110 | 0 | 10100 | 1000110 | 111101 | 101011 | 110101 | 11001 |
Color Harmonies of #634F1E
Complementary color
Monochromatic Colors of #634F1E
Black with #634F1E
Text Example
Text Example
White with #634F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634F1E; }
p { color: rgb(99,79,30); }
H1.HeaderClassName
{
color: #634F1E;
}
.AnyTagClassName
{
color: #634F1E;
}
</style>
background-color css
<style>
a { background-color: #634F1E; }
a { background-color: rgb(99,79,30); }
div.DivClassName
{
background-color: #634F1E;
}
.BgClassName
{
background-color: #634F1E;
}
</style>
border-color css
<style>
span { border-color: #634F1E; }
span { border-color: rgb(99,79,30); }
td.TdClassName
{
border-color: #634F1E;
}
.TagClassName
{
border-color: #634F1E;
}
</style>