Shades of Verdigris #646538
Tints of Verdigris #646538
RGB
CMYK
RGB Variations
Color information
#646538 (or 0x646538) is known color: Verdigris. HEX triplet: 64, 65 and 38. RGB value is (100,101,56). Sum of RGB (Red+Green+Blue) = 100+101+56=257 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.91% from 257); Green value is 101 (39.84% from 255 or 39.30% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 101 - color contains mainly: green. Hex color #646538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646538 is #9B9AC7. Grayscale: #5F5F5F. Windows color (decimal): -10197704 or 3695972. OLE color: 3695972.
HSL color Cylindrical-coordinate representation of color #646538: hue angle of 61.33º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #646538 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 101 | 56 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.60 |
| HSL | 61.33º | 0.29% | 0.31% | - |
| HSV(B) | 61.33º | 0.45% | 0.4% | - |
| XYZ | 10.62 | 12.3 | 5.56 | - |
| YUV | 95.57 | 105.67 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 101 | 56 | 0.01 | 0 | 0.45 | 0.60 | 61.33 | 0.29 | 0.31 |
| Hex | 64 | 65 | 38 | 1 | 0 | 2D | 3C | 3D | 1D | 1F |
| Octal | 144 | 145 | 70 | 1 | 0 | 55 | 74 | 75 | 35 | 37 |
| Binary | 1100100 | 1100101 | 111000 | 1 | 0 | 101101 | 111100 | 111101 | 11101 | 11111 |
Color Harmonies of #646538
Complementary color
Monochromatic Colors of #646538
Black with #646538
Text Example
Text Example
White with #646538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646538; }
p { color: rgb(100,101,56); }
H1.HeaderClassName
{
color: #646538;
}
.AnyTagClassName
{
color: #646538;
}
</style>
background-color css
<style>
a { background-color: #646538; }
a { background-color: rgb(100,101,56); }
div.DivClassName
{
background-color: #646538;
}
.BgClassName
{
background-color: #646538;
}
</style>
border-color css
<style>
span { border-color: #646538; }
span { border-color: rgb(100,101,56); }
td.TdClassName
{
border-color: #646538;
}
.TagClassName
{
border-color: #646538;
}
</style>