Shades of Bronze Olive #645312
Tints of Bronze Olive #645312
RGB
CMYK
RGB Variations
Color information
#645312 (or 0x645312) is known color: Bronze Olive. HEX triplet: 64, 53 and 12. RGB value is (100,83,18). Sum of RGB (Red+Green+Blue) = 100+83+18=201 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.75% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 100 - color contains mainly: red. Hex color #645312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645312 is #9BACED. Grayscale: #505050. Windows color (decimal): -10202350 or 1200996. OLE color: 1200996.
HSL color Cylindrical-coordinate representation of color #645312: hue angle of 47.56º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #645312 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 83 | 18 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.61 |
| HSL | 47.56º | 0.69% | 0.23% | - |
| HSV(B) | 47.56º | 0.82% | 0.39% | - |
| XYZ | 8.46 | 8.94 | 1.85 | - |
| YUV | 80.67 | 92.63 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 83 | 18 | 0 | 0.17 | 0.82 | 0.61 | 47.56 | 0.69 | 0.23 |
| Hex | 64 | 53 | 12 | 0 | 11 | 52 | 3D | 30 | 45 | 17 |
| Octal | 144 | 123 | 22 | 0 | 21 | 122 | 75 | 60 | 105 | 27 |
| Binary | 1100100 | 1010011 | 10010 | 0 | 10001 | 1010010 | 111101 | 110000 | 1000101 | 10111 |
Color Harmonies of #645312
Complementary color
Monochromatic Colors of #645312
Black with #645312
Text Example
Text Example
White with #645312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645312; }
p { color: rgb(100,83,18); }
H1.HeaderClassName
{
color: #645312;
}
.AnyTagClassName
{
color: #645312;
}
</style>
background-color css
<style>
a { background-color: #645312; }
a { background-color: rgb(100,83,18); }
div.DivClassName
{
background-color: #645312;
}
.BgClassName
{
background-color: #645312;
}
</style>
border-color css
<style>
span { border-color: #645312; }
span { border-color: rgb(100,83,18); }
td.TdClassName
{
border-color: #645312;
}
.TagClassName
{
border-color: #645312;
}
</style>