Shades of Bronze Olive #65501B
Tints of Bronze Olive #65501B
RGB
CMYK
RGB Variations
Color information
#65501B (or 0x65501B) is known color: Bronze Olive. HEX triplet: 65, 50 and 1B. RGB value is (101,80,27). Sum of RGB (Red+Green+Blue) = 101+80+27=208 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.56% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 101 - color contains mainly: red. Hex color #65501B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65501B is #9AAFE4. Grayscale: #505050. Windows color (decimal): -10137573 or 1790053. OLE color: 1790053.
HSL color Cylindrical-coordinate representation of color #65501B: hue angle of 42.97º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #65501B is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 80 | 27 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.60 |
| HSL | 42.97º | 0.58% | 0.25% | - |
| HSV(B) | 42.97º | 0.73% | 0.4% | - |
| XYZ | 8.43 | 8.58 | 2.25 | - |
| YUV | 80.24 | 97.96 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 80 | 27 | 0 | 0.21 | 0.73 | 0.60 | 42.97 | 0.58 | 0.25 |
| Hex | 65 | 50 | 1B | 0 | 15 | 49 | 3C | 2B | 3A | 19 |
| Octal | 145 | 120 | 33 | 0 | 25 | 111 | 74 | 53 | 72 | 31 |
| Binary | 1100101 | 1010000 | 11011 | 0 | 10101 | 1001001 | 111100 | 101011 | 111010 | 11001 |
Color Harmonies of #65501B
Complementary color
Monochromatic Colors of #65501B
Black with #65501B
Text Example
Text Example
White with #65501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65501B; }
p { color: rgb(101,80,27); }
H1.HeaderClassName
{
color: #65501B;
}
.AnyTagClassName
{
color: #65501B;
}
</style>
background-color css
<style>
a { background-color: #65501B; }
a { background-color: rgb(101,80,27); }
div.DivClassName
{
background-color: #65501B;
}
.BgClassName
{
background-color: #65501B;
}
</style>
border-color css
<style>
span { border-color: #65501B; }
span { border-color: rgb(101,80,27); }
td.TdClassName
{
border-color: #65501B;
}
.TagClassName
{
border-color: #65501B;
}
</style>