Shades of Verdigris #64673A
Tints of Verdigris #64673A
RGB
CMYK
RGB Variations
Color information
#64673A (or 0x64673A) is known color: Verdigris. HEX triplet: 64, 67 and 3A. RGB value is (100,103,58). Sum of RGB (Red+Green+Blue) = 100+103+58=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 103 (40.62% from 255 or 39.46% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 103 - color contains mainly: green. Hex color #64673A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64673A is #9B98C5. Grayscale: #616161. Windows color (decimal): -10197190 or 3827556. OLE color: 3827556.
HSL color Cylindrical-coordinate representation of color #64673A: hue angle of 64º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64673A is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 103 | 58 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.60 |
| HSL | 64º | 0.28% | 0.32% | - |
| HSV(B) | 64º | 0.44% | 0.4% | - |
| XYZ | 10.87 | 12.72 | 5.88 | - |
| YUV | 96.97 | 106.01 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 103 | 58 | 0.03 | 0 | 0.44 | 0.60 | 64 | 0.28 | 0.32 |
| Hex | 64 | 67 | 3A | 3 | 0 | 2C | 3C | 40 | 1C | 20 |
| Octal | 144 | 147 | 72 | 3 | 0 | 54 | 74 | 100 | 34 | 40 |
| Binary | 1100100 | 1100111 | 111010 | 11 | 0 | 101100 | 111100 | 1000000 | 11100 | 100000 |
Color Harmonies of #64673A
Complementary color
Monochromatic Colors of #64673A
Black with #64673A
Text Example
Text Example
White with #64673A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64673A; }
p { color: rgb(100,103,58); }
H1.HeaderClassName
{
color: #64673A;
}
.AnyTagClassName
{
color: #64673A;
}
</style>
background-color css
<style>
a { background-color: #64673A; }
a { background-color: rgb(100,103,58); }
div.DivClassName
{
background-color: #64673A;
}
.BgClassName
{
background-color: #64673A;
}
</style>
border-color css
<style>
span { border-color: #64673A; }
span { border-color: rgb(100,103,58); }
td.TdClassName
{
border-color: #64673A;
}
.TagClassName
{
border-color: #64673A;
}
</style>