Shades of Bronze Olive #635110
Tints of Bronze Olive #635110
RGB
CMYK
RGB Variations
Color information
#635110 (or 0x635110) is known color: Bronze Olive. HEX triplet: 63, 51 and 10. RGB value is (99,81,16). Sum of RGB (Red+Green+Blue) = 99+81+16=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #635110 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635110 is #9CAEEF. Grayscale: #4F4F4F. Windows color (decimal): -10268400 or 1069411. OLE color: 1069411.
HSL color Cylindrical-coordinate representation of color #635110: hue angle of 46.99º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #635110 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 81 | 16 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.61 |
| HSL | 46.99º | 0.72% | 0.23% | - |
| HSV(B) | 46.99º | 0.84% | 0.39% | - |
| XYZ | 8.18 | 8.57 | 1.71 | - |
| YUV | 78.97 | 92.46 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 81 | 16 | 0 | 0.18 | 0.84 | 0.61 | 46.99 | 0.72 | 0.23 |
| Hex | 63 | 51 | 10 | 0 | 12 | 54 | 3D | 2F | 48 | 17 |
| Octal | 143 | 121 | 20 | 0 | 22 | 124 | 75 | 57 | 110 | 27 |
| Binary | 1100011 | 1010001 | 10000 | 0 | 10010 | 1010100 | 111101 | 101111 | 1001000 | 10111 |
Color Harmonies of #635110
Complementary color
Monochromatic Colors of #635110
Black with #635110
Text Example
Text Example
White with #635110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635110; }
p { color: rgb(99,81,16); }
H1.HeaderClassName
{
color: #635110;
}
.AnyTagClassName
{
color: #635110;
}
</style>
background-color css
<style>
a { background-color: #635110; }
a { background-color: rgb(99,81,16); }
div.DivClassName
{
background-color: #635110;
}
.BgClassName
{
background-color: #635110;
}
</style>
border-color css
<style>
span { border-color: #635110; }
span { border-color: rgb(99,81,16); }
td.TdClassName
{
border-color: #635110;
}
.TagClassName
{
border-color: #635110;
}
</style>