Shades of Bronze Olive #635210
Tints of Bronze Olive #635210
RGB
CMYK
RGB Variations
Color information
#635210 (or 0x635210) is known color: Bronze Olive. HEX triplet: 63, 52 and 10. RGB value is (99,82,16). Sum of RGB (Red+Green+Blue) = 99+82+16=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #635210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635210 is #9CADEF. Grayscale: #4F4F4F. Windows color (decimal): -10268144 or 1069667. OLE color: 1069667.
HSL color Cylindrical-coordinate representation of color #635210: hue angle of 47.71º 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 #635210 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 82 | 16 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.61 |
| HSL | 47.71º | 0.72% | 0.23% | - |
| HSV(B) | 47.71º | 0.84% | 0.39% | - |
| XYZ | 8.26 | 8.72 | 1.74 | - |
| YUV | 79.56 | 92.13 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 82 | 16 | 0 | 0.17 | 0.84 | 0.61 | 47.71 | 0.72 | 0.23 |
| Hex | 63 | 52 | 10 | 0 | 11 | 54 | 3D | 30 | 48 | 17 |
| Octal | 143 | 122 | 20 | 0 | 21 | 124 | 75 | 60 | 110 | 27 |
| Binary | 1100011 | 1010010 | 10000 | 0 | 10001 | 1010100 | 111101 | 110000 | 1001000 | 10111 |
Color Harmonies of #635210
Complementary color
Monochromatic Colors of #635210
Black with #635210
Text Example
Text Example
White with #635210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635210; }
p { color: rgb(99,82,16); }
H1.HeaderClassName
{
color: #635210;
}
.AnyTagClassName
{
color: #635210;
}
</style>
background-color css
<style>
a { background-color: #635210; }
a { background-color: rgb(99,82,16); }
div.DivClassName
{
background-color: #635210;
}
.BgClassName
{
background-color: #635210;
}
</style>
border-color css
<style>
span { border-color: #635210; }
span { border-color: rgb(99,82,16); }
td.TdClassName
{
border-color: #635210;
}
.TagClassName
{
border-color: #635210;
}
</style>