Shades of Bronze Olive #64501C
Tints of Bronze Olive #64501C
RGB
CMYK
RGB Variations
Color information
#64501C (or 0x64501C) is known color: Bronze Olive. HEX triplet: 64, 50 and 1C. RGB value is (100,80,28). Sum of RGB (Red+Green+Blue) = 100+80+28=208 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.08% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 100 - color contains mainly: red. Hex color #64501C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64501C is #9BAFE3. Grayscale: #505050. Windows color (decimal): -10203108 or 1855588. OLE color: 1855588.
HSL color Cylindrical-coordinate representation of color #64501C: hue angle of 43.33º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64501C is Cyan = 0, Magento = 0.2, Yellow = 0.72 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 80 | 28 | - |
| CMYK | 0 | 0.2 | 0.72 | 0.61 |
| HSL | 43.33º | 0.56% | 0.25% | - |
| HSV(B) | 43.33º | 0.72% | 0.39% | - |
| XYZ | 8.33 | 8.53 | 2.31 | - |
| YUV | 80.05 | 98.63 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 80 | 28 | 0 | 0.2 | 0.72 | 0.61 | 43.33 | 0.56 | 0.25 |
| Hex | 64 | 50 | 1C | 0 | 14 | 48 | 3D | 2B | 38 | 19 |
| Octal | 144 | 120 | 34 | 0 | 24 | 110 | 75 | 53 | 70 | 31 |
| Binary | 1100100 | 1010000 | 11100 | 0 | 10100 | 1001000 | 111101 | 101011 | 111000 | 11001 |
Color Harmonies of #64501C
Complementary color
Monochromatic Colors of #64501C
Black with #64501C
Text Example
Text Example
White with #64501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64501C; }
p { color: rgb(100,80,28); }
H1.HeaderClassName
{
color: #64501C;
}
.AnyTagClassName
{
color: #64501C;
}
</style>
background-color css
<style>
a { background-color: #64501C; }
a { background-color: rgb(100,80,28); }
div.DivClassName
{
background-color: #64501C;
}
.BgClassName
{
background-color: #64501C;
}
</style>
border-color css
<style>
span { border-color: #64501C; }
span { border-color: rgb(100,80,28); }
td.TdClassName
{
border-color: #64501C;
}
.TagClassName
{
border-color: #64501C;
}
</style>