Shades of Bronze Olive #635411
Tints of Bronze Olive #635411
RGB
CMYK
RGB Variations
Color information
#635411 (or 0x635411) is known color: Bronze Olive. HEX triplet: 63, 54 and 11. RGB value is (99,84,17). Sum of RGB (Red+Green+Blue) = 99+84+17=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 17 (7.03% from 255 or 8.5% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #635411 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635411 is #9CABEE. Grayscale: #515151. Windows color (decimal): -10267631 or 1135715. OLE color: 1135715.
HSL color Cylindrical-coordinate representation of color #635411: hue angle of 49.02º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #635411 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 84 | 17 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.61 |
| HSL | 49.02º | 0.71% | 0.23% | - |
| HSV(B) | 49.02º | 0.83% | 0.39% | - |
| XYZ | 8.42 | 9.03 | 1.83 | - |
| YUV | 80.85 | 91.97 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 84 | 17 | 0 | 0.15 | 0.83 | 0.61 | 49.02 | 0.71 | 0.23 |
| Hex | 63 | 54 | 11 | 0 | F | 53 | 3D | 31 | 47 | 17 |
| Octal | 143 | 124 | 21 | 0 | 17 | 123 | 75 | 61 | 107 | 27 |
| Binary | 1100011 | 1010100 | 10001 | 0 | 1111 | 1010011 | 111101 | 110001 | 1000111 | 10111 |
Color Harmonies of #635411
Complementary color
Monochromatic Colors of #635411
Black with #635411
Text Example
Text Example
White with #635411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635411; }
p { color: rgb(99,84,17); }
H1.HeaderClassName
{
color: #635411;
}
.AnyTagClassName
{
color: #635411;
}
</style>
background-color css
<style>
a { background-color: #635411; }
a { background-color: rgb(99,84,17); }
div.DivClassName
{
background-color: #635411;
}
.BgClassName
{
background-color: #635411;
}
</style>
border-color css
<style>
span { border-color: #635411; }
span { border-color: rgb(99,84,17); }
td.TdClassName
{
border-color: #635411;
}
.TagClassName
{
border-color: #635411;
}
</style>