Shades of Verdigris #645F37
Tints of Verdigris #645F37
RGB
CMYK
RGB Variations
Color information
#645F37 (or 0x645F37) is known color: Verdigris. HEX triplet: 64, 5F and 37. RGB value is (100,95,55). Sum of RGB (Red+Green+Blue) = 100+95+55=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 95 (37.5% from 255 or 38% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 100 - color contains mainly: red. Hex color #645F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645F37 is #9BA0C8. Grayscale: #5C5C5C. Windows color (decimal): -10199241 or 3628900. OLE color: 3628900.
HSL color Cylindrical-coordinate representation of color #645F37: hue angle of 53.33º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #645F37 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 95 | 55 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.61 |
| HSL | 53.33º | 0.29% | 0.3% | - |
| HSV(B) | 53.33º | 0.45% | 0.39% | - |
| XYZ | 10.04 | 11.17 | 5.24 | - |
| YUV | 91.94 | 107.16 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 95 | 55 | 0 | 0.05 | 0.45 | 0.61 | 53.33 | 0.29 | 0.3 |
| Hex | 64 | 5F | 37 | 0 | 5 | 2D | 3D | 35 | 1D | 1E |
| Octal | 144 | 137 | 67 | 0 | 5 | 55 | 75 | 65 | 35 | 36 |
| Binary | 1100100 | 1011111 | 110111 | 0 | 101 | 101101 | 111101 | 110101 | 11101 | 11110 |
Color Harmonies of #645F37
Complementary color
Monochromatic Colors of #645F37
Black with #645F37
Text Example
Text Example
White with #645F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645F37; }
p { color: rgb(100,95,55); }
H1.HeaderClassName
{
color: #645F37;
}
.AnyTagClassName
{
color: #645F37;
}
</style>
background-color css
<style>
a { background-color: #645F37; }
a { background-color: rgb(100,95,55); }
div.DivClassName
{
background-color: #645F37;
}
.BgClassName
{
background-color: #645F37;
}
</style>
border-color css
<style>
span { border-color: #645F37; }
span { border-color: rgb(100,95,55); }
td.TdClassName
{
border-color: #645F37;
}
.TagClassName
{
border-color: #645F37;
}
</style>