Shades of Bronze Olive #65511C
Tints of Bronze Olive #65511C
RGB
CMYK
RGB Variations
Color information
#65511C (or 0x65511C) is known color: Bronze Olive. HEX triplet: 65, 51 and 1C. RGB value is (101,81,28). Sum of RGB (Red+Green+Blue) = 101+81+28=210 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.10% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 101 - color contains mainly: red. Hex color #65511C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65511C is #9AAEE3. Grayscale: #515151. Windows color (decimal): -10137316 or 1855845. OLE color: 1855845.
HSL color Cylindrical-coordinate representation of color #65511C: hue angle of 43.56º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #65511C is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 81 | 28 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.60 |
| HSL | 43.56º | 0.57% | 0.25% | - |
| HSV(B) | 43.56º | 0.72% | 0.4% | - |
| XYZ | 8.52 | 8.74 | 2.34 | - |
| YUV | 80.94 | 98.13 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 81 | 28 | 0 | 0.20 | 0.72 | 0.60 | 43.56 | 0.57 | 0.25 |
| Hex | 65 | 51 | 1C | 0 | 14 | 48 | 3C | 2C | 39 | 19 |
| Octal | 145 | 121 | 34 | 0 | 24 | 110 | 74 | 54 | 71 | 31 |
| Binary | 1100101 | 1010001 | 11100 | 0 | 10100 | 1001000 | 111100 | 101100 | 111001 | 11001 |
Color Harmonies of #65511C
Complementary color
Monochromatic Colors of #65511C
Black with #65511C
Text Example
Text Example
White with #65511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65511C; }
p { color: rgb(101,81,28); }
H1.HeaderClassName
{
color: #65511C;
}
.AnyTagClassName
{
color: #65511C;
}
</style>
background-color css
<style>
a { background-color: #65511C; }
a { background-color: rgb(101,81,28); }
div.DivClassName
{
background-color: #65511C;
}
.BgClassName
{
background-color: #65511C;
}
</style>
border-color css
<style>
span { border-color: #65511C; }
span { border-color: rgb(101,81,28); }
td.TdClassName
{
border-color: #65511C;
}
.TagClassName
{
border-color: #65511C;
}
</style>