Shades of Bronze Olive #635113
Tints of Bronze Olive #635113
RGB
CMYK
RGB Variations
Color information
#635113 (or 0x635113) is known color: Bronze Olive. HEX triplet: 63, 51 and 13. RGB value is (99,81,19). Sum of RGB (Red+Green+Blue) = 99+81+19=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 19 (7.81% from 255 or 9.55% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #635113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635113 is #9CAEEC. Grayscale: #4F4F4F. Windows color (decimal): -10268397 or 1266019. OLE color: 1266019.
HSL color Cylindrical-coordinate representation of color #635113: hue angle of 46.5º 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 #635113 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 81 | 19 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.61 |
| HSL | 46.5º | 0.68% | 0.23% | - |
| HSV(B) | 46.5º | 0.81% | 0.39% | - |
| XYZ | 8.21 | 8.58 | 1.84 | - |
| YUV | 79.31 | 93.96 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 81 | 19 | 0 | 0.18 | 0.81 | 0.61 | 46.5 | 0.68 | 0.23 |
| Hex | 63 | 51 | 13 | 0 | 12 | 51 | 3D | 2E | 44 | 17 |
| Octal | 143 | 121 | 23 | 0 | 22 | 121 | 75 | 56 | 104 | 27 |
| Binary | 1100011 | 1010001 | 10011 | 0 | 10010 | 1010001 | 111101 | 101110 | 1000100 | 10111 |
Color Harmonies of #635113
Complementary color
Monochromatic Colors of #635113
Black with #635113
Text Example
Text Example
White with #635113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635113; }
p { color: rgb(99,81,19); }
H1.HeaderClassName
{
color: #635113;
}
.AnyTagClassName
{
color: #635113;
}
</style>
background-color css
<style>
a { background-color: #635113; }
a { background-color: rgb(99,81,19); }
div.DivClassName
{
background-color: #635113;
}
.BgClassName
{
background-color: #635113;
}
</style>
border-color css
<style>
span { border-color: #635113; }
span { border-color: rgb(99,81,19); }
td.TdClassName
{
border-color: #635113;
}
.TagClassName
{
border-color: #635113;
}
</style>