Shades of Verdigris #64643C
Tints of Verdigris #64643C
RGB
CMYK
RGB Variations
Color information
#64643C (or 0x64643C) is known color: Verdigris. HEX triplet: 64, 64 and 3C. RGB value is (100,100,60). Sum of RGB (Red+Green+Blue) = 100+100+60=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 100 (39.45% from 255 or 38.46% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 100 - color contains mainly: red, green. Hex color #64643C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64643C is #9B9BC3. Grayscale: #5F5F5F. Windows color (decimal): -10197956 or 3957860. OLE color: 3957860.
HSL color Cylindrical-coordinate representation of color #64643C: hue angle of 60º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #64643C is Cyan = 0, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 100 | 60 | - |
| CMYK | 0 | 0 | 0.4 | 0.61 |
| HSL | 60º | 0.25% | 0.31% | - |
| HSV(B) | 60º | 0.4% | 0.39% | - |
| XYZ | 10.63 | 12.15 | 6.06 | - |
| YUV | 95.44 | 108 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 100 | 60 | 0 | 0 | 0.4 | 0.61 | 60 | 0.25 | 0.31 |
| Hex | 64 | 64 | 3C | 0 | 0 | 28 | 3D | 3C | 19 | 1F |
| Octal | 144 | 144 | 74 | 0 | 0 | 50 | 75 | 74 | 31 | 37 |
| Binary | 1100100 | 1100100 | 111100 | 0 | 0 | 101000 | 111101 | 111100 | 11001 | 11111 |
Color Harmonies of #64643C
Complementary color
Monochromatic Colors of #64643C
Black with #64643C
Text Example
Text Example
White with #64643C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64643C; }
p { color: rgb(100,100,60); }
H1.HeaderClassName
{
color: #64643C;
}
.AnyTagClassName
{
color: #64643C;
}
</style>
background-color css
<style>
a { background-color: #64643C; }
a { background-color: rgb(100,100,60); }
div.DivClassName
{
background-color: #64643C;
}
.BgClassName
{
background-color: #64643C;
}
</style>
border-color css
<style>
span { border-color: #64643C; }
span { border-color: rgb(100,100,60); }
td.TdClassName
{
border-color: #64643C;
}
.TagClassName
{
border-color: #64643C;
}
</style>