Shades of Bronze Olive #634E1B
Tints of Bronze Olive #634E1B
RGB
CMYK
RGB Variations
Color information
#634E1B (or 0x634E1B) is known color: Bronze Olive. HEX triplet: 63, 4E and 1B. RGB value is (99,78,27). Sum of RGB (Red+Green+Blue) = 99+78+27=204 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.53% from 204); Green value is 78 (30.86% from 255 or 38.24% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 99 - color contains mainly: red. Hex color #634E1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634E1B is #9CB1E4. Grayscale: #4E4E4E. Windows color (decimal): -10269157 or 1789539. OLE color: 1789539.
HSL color Cylindrical-coordinate representation of color #634E1B: hue angle of 42.5º 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 #634E1B is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 78 | 27 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.61 |
| HSL | 42.5º | 0.57% | 0.25% | - |
| HSV(B) | 42.5º | 0.73% | 0.39% | - |
| XYZ | 8.07 | 8.18 | 2.19 | - |
| YUV | 78.47 | 98.96 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 78 | 27 | 0 | 0.21 | 0.73 | 0.61 | 42.5 | 0.57 | 0.25 |
| Hex | 63 | 4E | 1B | 0 | 15 | 49 | 3D | 2A | 39 | 19 |
| Octal | 143 | 116 | 33 | 0 | 25 | 111 | 75 | 52 | 71 | 31 |
| Binary | 1100011 | 1001110 | 11011 | 0 | 10101 | 1001001 | 111101 | 101010 | 111001 | 11001 |
Color Harmonies of #634E1B
Complementary color
Monochromatic Colors of #634E1B
Black with #634E1B
Text Example
Text Example
White with #634E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634E1B; }
p { color: rgb(99,78,27); }
H1.HeaderClassName
{
color: #634E1B;
}
.AnyTagClassName
{
color: #634E1B;
}
</style>
background-color css
<style>
a { background-color: #634E1B; }
a { background-color: rgb(99,78,27); }
div.DivClassName
{
background-color: #634E1B;
}
.BgClassName
{
background-color: #634E1B;
}
</style>
border-color css
<style>
span { border-color: #634E1B; }
span { border-color: rgb(99,78,27); }
td.TdClassName
{
border-color: #634E1B;
}
.TagClassName
{
border-color: #634E1B;
}
</style>