Shades of Bronze Olive #634E13
Tints of Bronze Olive #634E13
RGB
CMYK
RGB Variations
Color information
#634E13 (or 0x634E13) is known color: Bronze Olive. HEX triplet: 63, 4E and 13. RGB value is (99,78,19). Sum of RGB (Red+Green+Blue) = 99+78+19=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #634E13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #634E13 is #9CB1EC. Grayscale: #4D4D4D. Windows color (decimal): -10269165 or 1265251. OLE color: 1265251.
HSL color Cylindrical-coordinate representation of color #634E13: hue angle of 44.25º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #634E13 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 78 | 19 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.61 |
| HSL | 44.25º | 0.68% | 0.23% | - |
| HSV(B) | 44.25º | 0.81% | 0.39% | - |
| XYZ | 7.99 | 8.15 | 1.77 | - |
| YUV | 77.55 | 94.96 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 78 | 19 | 0 | 0.21 | 0.81 | 0.61 | 44.25 | 0.68 | 0.23 |
| Hex | 63 | 4E | 13 | 0 | 15 | 51 | 3D | 2C | 44 | 17 |
| Octal | 143 | 116 | 23 | 0 | 25 | 121 | 75 | 54 | 104 | 27 |
| Binary | 1100011 | 1001110 | 10011 | 0 | 10101 | 1010001 | 111101 | 101100 | 1000100 | 10111 |
Color Harmonies of #634E13
Complementary color
Monochromatic Colors of #634E13
Black with #634E13
Text Example
Text Example
White with #634E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634E13; }
p { color: rgb(99,78,19); }
H1.HeaderClassName
{
color: #634E13;
}
.AnyTagClassName
{
color: #634E13;
}
</style>
background-color css
<style>
a { background-color: #634E13; }
a { background-color: rgb(99,78,19); }
div.DivClassName
{
background-color: #634E13;
}
.BgClassName
{
background-color: #634E13;
}
</style>
border-color css
<style>
span { border-color: #634E13; }
span { border-color: rgb(99,78,19); }
td.TdClassName
{
border-color: #634E13;
}
.TagClassName
{
border-color: #634E13;
}
</style>