Shades of Verdigris #646334
Tints of Verdigris #646334
RGB
CMYK
RGB Variations
Color information
#646334 (or 0x646334) is known color: Verdigris. HEX triplet: 64, 63 and 34. RGB value is (100,99,52). Sum of RGB (Red+Green+Blue) = 100+99+52=251 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.84% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 52 (20.70% from 255 or 20.72% from 251); Max value from RGB is 100 - color contains mainly: red. Hex color #646334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646334 is #9B9CCB. Grayscale: #5E5E5E. Windows color (decimal): -10198220 or 3433316. OLE color: 3433316.
HSL color Cylindrical-coordinate representation of color #646334: hue angle of 58.75º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #646334 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 99 | 52 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.61 |
| HSL | 58.75º | 0.32% | 0.3% | - |
| HSV(B) | 58.75º | 0.48% | 0.39% | - |
| XYZ | 10.34 | 11.88 | 5 | - |
| YUV | 93.94 | 104.33 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 99 | 52 | 0 | 0.01 | 0.48 | 0.61 | 58.75 | 0.32 | 0.3 |
| Hex | 64 | 63 | 34 | 0 | 1 | 30 | 3D | 3B | 20 | 1E |
| Octal | 144 | 143 | 64 | 0 | 1 | 60 | 75 | 73 | 40 | 36 |
| Binary | 1100100 | 1100011 | 110100 | 0 | 1 | 110000 | 111101 | 111011 | 100000 | 11110 |
Color Harmonies of #646334
Complementary color
Monochromatic Colors of #646334
Black with #646334
Text Example
Text Example
White with #646334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646334; }
p { color: rgb(100,99,52); }
H1.HeaderClassName
{
color: #646334;
}
.AnyTagClassName
{
color: #646334;
}
</style>
background-color css
<style>
a { background-color: #646334; }
a { background-color: rgb(100,99,52); }
div.DivClassName
{
background-color: #646334;
}
.BgClassName
{
background-color: #646334;
}
</style>
border-color css
<style>
span { border-color: #646334; }
span { border-color: rgb(100,99,52); }
td.TdClassName
{
border-color: #646334;
}
.TagClassName
{
border-color: #646334;
}
</style>