Shades of Verdigris #645C36
Tints of Verdigris #645C36
RGB
CMYK
RGB Variations
Color information
#645C36 (or 0x645C36) is known color: Verdigris. HEX triplet: 64, 5C and 36. RGB value is (100,92,54). Sum of RGB (Red+Green+Blue) = 100+92+54=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 54 (21.48% from 255 or 21.95% from 246); Max value from RGB is 100 - color contains mainly: red. Hex color #645C36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645C36 is #9BA3C9. Grayscale: #5A5A5A. Windows color (decimal): -10200010 or 3562596. OLE color: 3562596.
HSL color Cylindrical-coordinate representation of color #645C36: hue angle of 49.57º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #645C36 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 92 | 54 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.61 |
| HSL | 49.57º | 0.3% | 0.3% | - |
| HSV(B) | 49.57º | 0.46% | 0.39% | - |
| XYZ | 9.75 | 10.63 | 5.03 | - |
| YUV | 90.06 | 107.65 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 92 | 54 | 0 | 0.08 | 0.46 | 0.61 | 49.57 | 0.3 | 0.3 |
| Hex | 64 | 5C | 36 | 0 | 8 | 2E | 3D | 32 | 1E | 1E |
| Octal | 144 | 134 | 66 | 0 | 10 | 56 | 75 | 62 | 36 | 36 |
| Binary | 1100100 | 1011100 | 110110 | 0 | 1000 | 101110 | 111101 | 110010 | 11110 | 11110 |
Color Harmonies of #645C36
Complementary color
Monochromatic Colors of #645C36
Black with #645C36
Text Example
Text Example
White with #645C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645C36; }
p { color: rgb(100,92,54); }
H1.HeaderClassName
{
color: #645C36;
}
.AnyTagClassName
{
color: #645C36;
}
</style>
background-color css
<style>
a { background-color: #645C36; }
a { background-color: rgb(100,92,54); }
div.DivClassName
{
background-color: #645C36;
}
.BgClassName
{
background-color: #645C36;
}
</style>
border-color css
<style>
span { border-color: #645C36; }
span { border-color: rgb(100,92,54); }
td.TdClassName
{
border-color: #645C36;
}
.TagClassName
{
border-color: #645C36;
}
</style>