Shades of Verdigris #646345
Tints of Verdigris #646345
RGB
CMYK
RGB Variations
Color information
#646345 (or 0x646345) is known color: Verdigris. HEX triplet: 64, 63 and 45. RGB value is (100,99,69). Sum of RGB (Red+Green+Blue) = 100+99+69=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 100 - color contains mainly: red. Hex color #646345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646345 is #9B9CBA. Grayscale: #606060. Windows color (decimal): -10198203 or 4547428. OLE color: 4547428.
HSL color Cylindrical-coordinate representation of color #646345: hue angle of 58.06º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #646345 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 99 | 69 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.61 |
| HSL | 58.06º | 0.18% | 0.33% | - |
| HSV(B) | 58.06º | 0.31% | 0.39% | - |
| XYZ | 10.79 | 12.06 | 7.39 | - |
| YUV | 95.88 | 112.83 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 99 | 69 | 0 | 0.01 | 0.31 | 0.61 | 58.06 | 0.18 | 0.33 |
| Hex | 64 | 63 | 45 | 0 | 1 | 1F | 3D | 3A | 12 | 21 |
| Octal | 144 | 143 | 105 | 0 | 1 | 37 | 75 | 72 | 22 | 41 |
| Binary | 1100100 | 1100011 | 1000101 | 0 | 1 | 11111 | 111101 | 111010 | 10010 | 100001 |
Color Harmonies of #646345
Complementary color
Monochromatic Colors of #646345
Black with #646345
Text Example
Text Example
White with #646345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646345; }
p { color: rgb(100,99,69); }
H1.HeaderClassName
{
color: #646345;
}
.AnyTagClassName
{
color: #646345;
}
</style>
background-color css
<style>
a { background-color: #646345; }
a { background-color: rgb(100,99,69); }
div.DivClassName
{
background-color: #646345;
}
.BgClassName
{
background-color: #646345;
}
</style>
border-color css
<style>
span { border-color: #646345; }
span { border-color: rgb(100,99,69); }
td.TdClassName
{
border-color: #646345;
}
.TagClassName
{
border-color: #646345;
}
</style>