Shades of Verdigris #645D39
Tints of Verdigris #645D39
RGB
CMYK
RGB Variations
Color information
#645D39 (or 0x645D39) is known color: Verdigris. HEX triplet: 64, 5D and 39. RGB value is (100,93,57). Sum of RGB (Red+Green+Blue) = 100+93+57=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 57 (22.66% from 255 or 22.8% from 250); Max value from RGB is 100 - color contains mainly: red. Hex color #645D39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645D39 is #9BA2C6. Grayscale: #5B5B5B. Windows color (decimal): -10199751 or 3759460. OLE color: 3759460.
HSL color Cylindrical-coordinate representation of color #645D39: hue angle of 50.23º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #645D39 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 93 | 57 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.61 |
| HSL | 50.23º | 0.27% | 0.31% | - |
| HSV(B) | 50.23º | 0.43% | 0.39% | - |
| XYZ | 9.91 | 10.83 | 5.44 | - |
| YUV | 90.99 | 108.82 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 93 | 57 | 0 | 0.07 | 0.43 | 0.61 | 50.23 | 0.27 | 0.31 |
| Hex | 64 | 5D | 39 | 0 | 7 | 2B | 3D | 32 | 1B | 1F |
| Octal | 144 | 135 | 71 | 0 | 7 | 53 | 75 | 62 | 33 | 37 |
| Binary | 1100100 | 1011101 | 111001 | 0 | 111 | 101011 | 111101 | 110010 | 11011 | 11111 |
Color Harmonies of #645D39
Complementary color
Monochromatic Colors of #645D39
Black with #645D39
Text Example
Text Example
White with #645D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645D39; }
p { color: rgb(100,93,57); }
H1.HeaderClassName
{
color: #645D39;
}
.AnyTagClassName
{
color: #645D39;
}
</style>
background-color css
<style>
a { background-color: #645D39; }
a { background-color: rgb(100,93,57); }
div.DivClassName
{
background-color: #645D39;
}
.BgClassName
{
background-color: #645D39;
}
</style>
border-color css
<style>
span { border-color: #645D39; }
span { border-color: rgb(100,93,57); }
td.TdClassName
{
border-color: #645D39;
}
.TagClassName
{
border-color: #645D39;
}
</style>