Shades of Bronze Olive #634E1F
Tints of Bronze Olive #634E1F
RGB
CMYK
RGB Variations
Color information
#634E1F (or 0x634E1F) is known color: Bronze Olive. HEX triplet: 63, 4E and 1F. RGB value is (99,78,31). Sum of RGB (Red+Green+Blue) = 99+78+31=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 78 (30.86% from 255 or 37.5% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 99 - color contains mainly: red. Hex color #634E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634E1F is #9CB1E0. Grayscale: #4F4F4F. Windows color (decimal): -10269153 or 2051683. OLE color: 2051683.
HSL color Cylindrical-coordinate representation of color #634E1F: hue angle of 41.47º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #634E1F is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 78 | 31 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.61 |
| HSL | 41.47º | 0.52% | 0.25% | - |
| HSV(B) | 41.47º | 0.69% | 0.39% | - |
| XYZ | 8.12 | 8.2 | 2.45 | - |
| YUV | 78.92 | 100.96 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 78 | 31 | 0 | 0.21 | 0.69 | 0.61 | 41.47 | 0.52 | 0.25 |
| Hex | 63 | 4E | 1F | 0 | 15 | 45 | 3D | 29 | 34 | 19 |
| Octal | 143 | 116 | 37 | 0 | 25 | 105 | 75 | 51 | 64 | 31 |
| Binary | 1100011 | 1001110 | 11111 | 0 | 10101 | 1000101 | 111101 | 101001 | 110100 | 11001 |
Color Harmonies of #634E1F
Complementary color
Monochromatic Colors of #634E1F
Black with #634E1F
Text Example
Text Example
White with #634E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634E1F; }
p { color: rgb(99,78,31); }
H1.HeaderClassName
{
color: #634E1F;
}
.AnyTagClassName
{
color: #634E1F;
}
</style>
background-color css
<style>
a { background-color: #634E1F; }
a { background-color: rgb(99,78,31); }
div.DivClassName
{
background-color: #634E1F;
}
.BgClassName
{
background-color: #634E1F;
}
</style>
border-color css
<style>
span { border-color: #634E1F; }
span { border-color: rgb(99,78,31); }
td.TdClassName
{
border-color: #634E1F;
}
.TagClassName
{
border-color: #634E1F;
}
</style>