Shades of Bronze Olive #635020
Tints of Bronze Olive #635020
RGB
CMYK
RGB Variations
Color information
#635020 (or 0x635020) is known color: Bronze Olive. HEX triplet: 63, 50 and 20. RGB value is (99,80,32). Sum of RGB (Red+Green+Blue) = 99+80+32=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 99 - color contains mainly: red. Hex color #635020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635020 is #9CAFDF. Grayscale: #505050. Windows color (decimal): -10268640 or 2117731. OLE color: 2117731.
HSL color Cylindrical-coordinate representation of color #635020: hue angle of 42.99º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #635020 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 80 | 32 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.61 |
| HSL | 42.99º | 0.51% | 0.26% | - |
| HSV(B) | 42.99º | 0.68% | 0.39% | - |
| XYZ | 8.27 | 8.49 | 2.57 | - |
| YUV | 80.21 | 100.79 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 80 | 32 | 0 | 0.19 | 0.68 | 0.61 | 42.99 | 0.51 | 0.26 |
| Hex | 63 | 50 | 20 | 0 | 13 | 44 | 3D | 2B | 33 | 1A |
| Octal | 143 | 120 | 40 | 0 | 23 | 104 | 75 | 53 | 63 | 32 |
| Binary | 1100011 | 1010000 | 100000 | 0 | 10011 | 1000100 | 111101 | 101011 | 110011 | 11010 |
Color Harmonies of #635020
Complementary color
Monochromatic Colors of #635020
Black with #635020
Text Example
Text Example
White with #635020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635020; }
p { color: rgb(99,80,32); }
H1.HeaderClassName
{
color: #635020;
}
.AnyTagClassName
{
color: #635020;
}
</style>
background-color css
<style>
a { background-color: #635020; }
a { background-color: rgb(99,80,32); }
div.DivClassName
{
background-color: #635020;
}
.BgClassName
{
background-color: #635020;
}
</style>
border-color css
<style>
span { border-color: #635020; }
span { border-color: rgb(99,80,32); }
td.TdClassName
{
border-color: #635020;
}
.TagClassName
{
border-color: #635020;
}
</style>