Shades of Bronze Olive #635025
Tints of Bronze Olive #635025
RGB
CMYK
RGB Variations
Color information
#635025 (or 0x635025) is known color: Bronze Olive. HEX triplet: 63, 50 and 25. RGB value is (99,80,37). Sum of RGB (Red+Green+Blue) = 99+80+37=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 37 (14.84% from 255 or 17.13% from 216); Max value from RGB is 99 - color contains mainly: red. Hex color #635025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635025 is #9CAFDA. Grayscale: #505050. Windows color (decimal): -10268635 or 2445411. OLE color: 2445411.
HSL color Cylindrical-coordinate representation of color #635025: hue angle of 41.61º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #635025 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 80 | 37 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.61 |
| HSL | 41.61º | 0.46% | 0.27% | - |
| HSV(B) | 41.61º | 0.63% | 0.39% | - |
| XYZ | 8.35 | 8.52 | 2.96 | - |
| YUV | 80.78 | 103.29 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 80 | 37 | 0 | 0.19 | 0.63 | 0.61 | 41.61 | 0.46 | 0.27 |
| Hex | 63 | 50 | 25 | 0 | 13 | 3F | 3D | 2A | 2E | 1B |
| Octal | 143 | 120 | 45 | 0 | 23 | 77 | 75 | 52 | 56 | 33 |
| Binary | 1100011 | 1010000 | 100101 | 0 | 10011 | 111111 | 111101 | 101010 | 101110 | 11011 |
Color Harmonies of #635025
Complementary color
Monochromatic Colors of #635025
Black with #635025
Text Example
Text Example
White with #635025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635025; }
p { color: rgb(99,80,37); }
H1.HeaderClassName
{
color: #635025;
}
.AnyTagClassName
{
color: #635025;
}
</style>
background-color css
<style>
a { background-color: #635025; }
a { background-color: rgb(99,80,37); }
div.DivClassName
{
background-color: #635025;
}
.BgClassName
{
background-color: #635025;
}
</style>
border-color css
<style>
span { border-color: #635025; }
span { border-color: rgb(99,80,37); }
td.TdClassName
{
border-color: #635025;
}
.TagClassName
{
border-color: #635025;
}
</style>