Shades of Verdigris #645C39
Tints of Verdigris #645C39
RGB
CMYK
RGB Variations
Color information
#645C39 (or 0x645C39) is known color: Verdigris. HEX triplet: 64, 5C and 39. RGB value is (100,92,57). Sum of RGB (Red+Green+Blue) = 100+92+57=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 57 (22.66% from 255 or 22.89% from 249); Max value from RGB is 100 - color contains mainly: red. Hex color #645C39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645C39 is #9BA3C6. Grayscale: #5A5A5A. Windows color (decimal): -10200007 or 3759204. OLE color: 3759204.
HSL color Cylindrical-coordinate representation of color #645C39: hue angle of 48.84º 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 #645C39 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 92 | 57 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.61 |
| HSL | 48.84º | 0.27% | 0.31% | - |
| HSV(B) | 48.84º | 0.43% | 0.39% | - |
| XYZ | 9.82 | 10.66 | 5.41 | - |
| YUV | 90.4 | 109.15 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 92 | 57 | 0 | 0.08 | 0.43 | 0.61 | 48.84 | 0.27 | 0.31 |
| Hex | 64 | 5C | 39 | 0 | 8 | 2B | 3D | 31 | 1B | 1F |
| Octal | 144 | 134 | 71 | 0 | 10 | 53 | 75 | 61 | 33 | 37 |
| Binary | 1100100 | 1011100 | 111001 | 0 | 1000 | 101011 | 111101 | 110001 | 11011 | 11111 |
Color Harmonies of #645C39
Complementary color
Monochromatic Colors of #645C39
Black with #645C39
Text Example
Text Example
White with #645C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645C39; }
p { color: rgb(100,92,57); }
H1.HeaderClassName
{
color: #645C39;
}
.AnyTagClassName
{
color: #645C39;
}
</style>
background-color css
<style>
a { background-color: #645C39; }
a { background-color: rgb(100,92,57); }
div.DivClassName
{
background-color: #645C39;
}
.BgClassName
{
background-color: #645C39;
}
</style>
border-color css
<style>
span { border-color: #645C39; }
span { border-color: rgb(100,92,57); }
td.TdClassName
{
border-color: #645C39;
}
.TagClassName
{
border-color: #645C39;
}
</style>