Shades of Verdigris #645E42
Tints of Verdigris #645E42
RGB
CMYK
RGB Variations
Color information
#645E42 (or 0x645E42) is known color: Verdigris. HEX triplet: 64, 5E and 42. RGB value is (100,94,66). Sum of RGB (Red+Green+Blue) = 100+94+66=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 94 (37.11% from 255 or 36.15% from 260); Blue value is 66 (26.17% from 255 or 25.38% from 260); Max value from RGB is 100 - color contains mainly: red. Hex color #645E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645E42 is #9BA1BD. Grayscale: #5C5C5C. Windows color (decimal): -10199486 or 4349540. OLE color: 4349540.
HSL color Cylindrical-coordinate representation of color #645E42: hue angle of 49.41º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #645E42 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 94 | 66 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.61 |
| HSL | 49.41º | 0.2% | 0.33% | - |
| HSV(B) | 49.41º | 0.34% | 0.39% | - |
| XYZ | 10.24 | 11.11 | 6.76 | - |
| YUV | 92.6 | 112.99 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 94 | 66 | 0 | 0.06 | 0.34 | 0.61 | 49.41 | 0.2 | 0.33 |
| Hex | 64 | 5E | 42 | 0 | 6 | 22 | 3D | 31 | 14 | 21 |
| Octal | 144 | 136 | 102 | 0 | 6 | 42 | 75 | 61 | 24 | 41 |
| Binary | 1100100 | 1011110 | 1000010 | 0 | 110 | 100010 | 111101 | 110001 | 10100 | 100001 |
Color Harmonies of #645E42
Complementary color
Monochromatic Colors of #645E42
Black with #645E42
Text Example
Text Example
White with #645E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645E42; }
p { color: rgb(100,94,66); }
H1.HeaderClassName
{
color: #645E42;
}
.AnyTagClassName
{
color: #645E42;
}
</style>
background-color css
<style>
a { background-color: #645E42; }
a { background-color: rgb(100,94,66); }
div.DivClassName
{
background-color: #645E42;
}
.BgClassName
{
background-color: #645E42;
}
</style>
border-color css
<style>
span { border-color: #645E42; }
span { border-color: rgb(100,94,66); }
td.TdClassName
{
border-color: #645E42;
}
.TagClassName
{
border-color: #645E42;
}
</style>