Shades of Bronze Olive #64501B
Tints of Bronze Olive #64501B
RGB
CMYK
RGB Variations
Color information
#64501B (or 0x64501B) is known color: Bronze Olive. HEX triplet: 64, 50 and 1B. RGB value is (100,80,27). Sum of RGB (Red+Green+Blue) = 100+80+27=207 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.31% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 27 (10.94% from 255 or 13.04% from 207); Max value from RGB is 100 - color contains mainly: red. Hex color #64501B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64501B is #9BAFE4. Grayscale: #505050. Windows color (decimal): -10203109 or 1790052. OLE color: 1790052.
HSL color Cylindrical-coordinate representation of color #64501B: hue angle of 43.56º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #64501B is Cyan = 0, Magento = 0.2, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 80 | 27 | - |
| CMYK | 0 | 0.2 | 0.73 | 0.61 |
| HSL | 43.56º | 0.57% | 0.25% | - |
| HSV(B) | 43.56º | 0.73% | 0.39% | - |
| XYZ | 8.32 | 8.53 | 2.24 | - |
| YUV | 79.94 | 98.13 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 80 | 27 | 0 | 0.2 | 0.73 | 0.61 | 43.56 | 0.57 | 0.25 |
| Hex | 64 | 50 | 1B | 0 | 14 | 49 | 3D | 2C | 39 | 19 |
| Octal | 144 | 120 | 33 | 0 | 24 | 111 | 75 | 54 | 71 | 31 |
| Binary | 1100100 | 1010000 | 11011 | 0 | 10100 | 1001001 | 111101 | 101100 | 111001 | 11001 |
Color Harmonies of #64501B
Complementary color
Monochromatic Colors of #64501B
Black with #64501B
Text Example
Text Example
White with #64501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64501B; }
p { color: rgb(100,80,27); }
H1.HeaderClassName
{
color: #64501B;
}
.AnyTagClassName
{
color: #64501B;
}
</style>
background-color css
<style>
a { background-color: #64501B; }
a { background-color: rgb(100,80,27); }
div.DivClassName
{
background-color: #64501B;
}
.BgClassName
{
background-color: #64501B;
}
</style>
border-color css
<style>
span { border-color: #64501B; }
span { border-color: rgb(100,80,27); }
td.TdClassName
{
border-color: #64501B;
}
.TagClassName
{
border-color: #64501B;
}
</style>