Shades of Verdigris #645C3B
Tints of Verdigris #645C3B
RGB
CMYK
RGB Variations
Color information
#645C3B (or 0x645C3B) is known color: Verdigris. HEX triplet: 64, 5C and 3B. RGB value is (100,92,59). Sum of RGB (Red+Green+Blue) = 100+92+59=251 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.84% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 100 - color contains mainly: red. Hex color #645C3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645C3B is #9BA3C4. Grayscale: #5A5A5A. Windows color (decimal): -10200005 or 3890276. OLE color: 3890276.
HSL color Cylindrical-coordinate representation of color #645C3B: hue angle of 48.29º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #645C3B is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 92 | 59 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.61 |
| HSL | 48.29º | 0.26% | 0.31% | - |
| HSV(B) | 48.29º | 0.41% | 0.39% | - |
| XYZ | 9.87 | 10.68 | 5.68 | - |
| YUV | 90.63 | 110.15 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 92 | 59 | 0 | 0.08 | 0.41 | 0.61 | 48.29 | 0.26 | 0.31 |
| Hex | 64 | 5C | 3B | 0 | 8 | 29 | 3D | 30 | 1A | 1F |
| Octal | 144 | 134 | 73 | 0 | 10 | 51 | 75 | 60 | 32 | 37 |
| Binary | 1100100 | 1011100 | 111011 | 0 | 1000 | 101001 | 111101 | 110000 | 11010 | 11111 |
Color Harmonies of #645C3B
Complementary color
Monochromatic Colors of #645C3B
Black with #645C3B
Text Example
Text Example
White with #645C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645C3B; }
p { color: rgb(100,92,59); }
H1.HeaderClassName
{
color: #645C3B;
}
.AnyTagClassName
{
color: #645C3B;
}
</style>
background-color css
<style>
a { background-color: #645C3B; }
a { background-color: rgb(100,92,59); }
div.DivClassName
{
background-color: #645C3B;
}
.BgClassName
{
background-color: #645C3B;
}
</style>
border-color css
<style>
span { border-color: #645C3B; }
span { border-color: rgb(100,92,59); }
td.TdClassName
{
border-color: #645C3B;
}
.TagClassName
{
border-color: #645C3B;
}
</style>