Shades of Bronze Olive #635510
Tints of Bronze Olive #635510
RGB
CMYK
RGB Variations
Color information
#635510 (or 0x635510) is known color: Bronze Olive. HEX triplet: 63, 55 and 10. RGB value is (99,85,16). Sum of RGB (Red+Green+Blue) = 99+85+16=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #635510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635510 is #9CAAEF. Grayscale: #515151. Windows color (decimal): -10267376 or 1070435. OLE color: 1070435.
HSL color Cylindrical-coordinate representation of color #635510: hue angle of 49.88º 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 #635510 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 85 | 16 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.61 |
| HSL | 49.88º | 0.72% | 0.23% | - |
| HSV(B) | 49.88º | 0.84% | 0.39% | - |
| XYZ | 8.49 | 9.19 | 1.82 | - |
| YUV | 81.32 | 91.14 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 85 | 16 | 0 | 0.14 | 0.84 | 0.61 | 49.88 | 0.72 | 0.23 |
| Hex | 63 | 55 | 10 | 0 | E | 54 | 3D | 32 | 48 | 17 |
| Octal | 143 | 125 | 20 | 0 | 16 | 124 | 75 | 62 | 110 | 27 |
| Binary | 1100011 | 1010101 | 10000 | 0 | 1110 | 1010100 | 111101 | 110010 | 1001000 | 10111 |
Color Harmonies of #635510
Complementary color
Monochromatic Colors of #635510
Black with #635510
Text Example
Text Example
White with #635510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635510; }
p { color: rgb(99,85,16); }
H1.HeaderClassName
{
color: #635510;
}
.AnyTagClassName
{
color: #635510;
}
</style>
background-color css
<style>
a { background-color: #635510; }
a { background-color: rgb(99,85,16); }
div.DivClassName
{
background-color: #635510;
}
.BgClassName
{
background-color: #635510;
}
</style>
border-color css
<style>
span { border-color: #635510; }
span { border-color: rgb(99,85,16); }
td.TdClassName
{
border-color: #635510;
}
.TagClassName
{
border-color: #635510;
}
</style>