Shades of Bronze Olive #645023
Tints of Bronze Olive #645023
RGB
CMYK
RGB Variations
Color information
#645023 (or 0x645023) is known color: Bronze Olive. HEX triplet: 64, 50 and 23. RGB value is (100,80,35). Sum of RGB (Red+Green+Blue) = 100+80+35=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 35 (14.06% from 255 or 16.28% from 215); Max value from RGB is 100 - color contains mainly: red. Hex color #645023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645023 is #9BAFDC. Grayscale: #515151. Windows color (decimal): -10203101 or 2314340. OLE color: 2314340.
HSL color Cylindrical-coordinate representation of color #645023: hue angle of 41.54º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #645023 is Cyan = 0, Magento = 0.2, Yellow = 0.65 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 80 | 35 | - |
| CMYK | 0 | 0.2 | 0.65 | 0.61 |
| HSL | 41.54º | 0.48% | 0.26% | - |
| HSV(B) | 41.54º | 0.65% | 0.39% | - |
| XYZ | 8.43 | 8.57 | 2.8 | - |
| YUV | 80.85 | 102.13 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 80 | 35 | 0 | 0.2 | 0.65 | 0.61 | 41.54 | 0.48 | 0.26 |
| Hex | 64 | 50 | 23 | 0 | 14 | 41 | 3D | 2A | 30 | 1A |
| Octal | 144 | 120 | 43 | 0 | 24 | 101 | 75 | 52 | 60 | 32 |
| Binary | 1100100 | 1010000 | 100011 | 0 | 10100 | 1000001 | 111101 | 101010 | 110000 | 11010 |
Color Harmonies of #645023
Complementary color
Monochromatic Colors of #645023
Black with #645023
Text Example
Text Example
White with #645023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645023; }
p { color: rgb(100,80,35); }
H1.HeaderClassName
{
color: #645023;
}
.AnyTagClassName
{
color: #645023;
}
</style>
background-color css
<style>
a { background-color: #645023; }
a { background-color: rgb(100,80,35); }
div.DivClassName
{
background-color: #645023;
}
.BgClassName
{
background-color: #645023;
}
</style>
border-color css
<style>
span { border-color: #645023; }
span { border-color: rgb(100,80,35); }
td.TdClassName
{
border-color: #645023;
}
.TagClassName
{
border-color: #645023;
}
</style>