Shades of Bronze Olive #634D1B
Tints of Bronze Olive #634D1B
RGB
CMYK
RGB Variations
Color information
#634D1B (or 0x634D1B) is known color: Bronze Olive. HEX triplet: 63, 4D and 1B. RGB value is (99,77,27). Sum of RGB (Red+Green+Blue) = 99+77+27=203 (26% of max value = 765). Red value is 99 (39.06% from 255 or 48.77% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 99 - color contains mainly: red. Hex color #634D1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634D1B is #9CB2E4. Grayscale: #4E4E4E. Windows color (decimal): -10269413 or 1789283. OLE color: 1789283.
HSL color Cylindrical-coordinate representation of color #634D1B: hue angle of 41.67º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #634D1B is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 77 | 27 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.61 |
| HSL | 41.67º | 0.57% | 0.25% | - |
| HSV(B) | 41.67º | 0.73% | 0.39% | - |
| XYZ | 8 | 8.04 | 2.17 | - |
| YUV | 77.88 | 99.29 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 77 | 27 | 0 | 0.22 | 0.73 | 0.61 | 41.67 | 0.57 | 0.25 |
| Hex | 63 | 4D | 1B | 0 | 16 | 49 | 3D | 2A | 39 | 19 |
| Octal | 143 | 115 | 33 | 0 | 26 | 111 | 75 | 52 | 71 | 31 |
| Binary | 1100011 | 1001101 | 11011 | 0 | 10110 | 1001001 | 111101 | 101010 | 111001 | 11001 |
Color Harmonies of #634D1B
Complementary color
Monochromatic Colors of #634D1B
Black with #634D1B
Text Example
Text Example
White with #634D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634D1B; }
p { color: rgb(99,77,27); }
H1.HeaderClassName
{
color: #634D1B;
}
.AnyTagClassName
{
color: #634D1B;
}
</style>
background-color css
<style>
a { background-color: #634D1B; }
a { background-color: rgb(99,77,27); }
div.DivClassName
{
background-color: #634D1B;
}
.BgClassName
{
background-color: #634D1B;
}
</style>
border-color css
<style>
span { border-color: #634D1B; }
span { border-color: rgb(99,77,27); }
td.TdClassName
{
border-color: #634D1B;
}
.TagClassName
{
border-color: #634D1B;
}
</style>