Shades of Verdigris #645D3A
Tints of Verdigris #645D3A
RGB
CMYK
RGB Variations
Color information
#645D3A (or 0x645D3A) is known color: Verdigris. HEX triplet: 64, 5D and 3A. RGB value is (100,93,58). Sum of RGB (Red+Green+Blue) = 100+93+58=251 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.84% from 251); Green value is 93 (36.72% from 255 or 37.05% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 100 - color contains mainly: red. Hex color #645D3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645D3A is #9BA2C5. Grayscale: #5B5B5B. Windows color (decimal): -10199750 or 3824996. OLE color: 3824996.
HSL color Cylindrical-coordinate representation of color #645D3A: hue angle of 50º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #645D3A is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 93 | 58 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.61 |
| HSL | 50º | 0.27% | 0.31% | - |
| HSV(B) | 50º | 0.42% | 0.39% | - |
| XYZ | 9.93 | 10.84 | 5.57 | - |
| YUV | 91.1 | 109.32 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 93 | 58 | 0 | 0.07 | 0.42 | 0.61 | 50 | 0.27 | 0.31 |
| Hex | 64 | 5D | 3A | 0 | 7 | 2A | 3D | 32 | 1B | 1F |
| Octal | 144 | 135 | 72 | 0 | 7 | 52 | 75 | 62 | 33 | 37 |
| Binary | 1100100 | 1011101 | 111010 | 0 | 111 | 101010 | 111101 | 110010 | 11011 | 11111 |
Color Harmonies of #645D3A
Complementary color
Monochromatic Colors of #645D3A
Black with #645D3A
Text Example
Text Example
White with #645D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645D3A; }
p { color: rgb(100,93,58); }
H1.HeaderClassName
{
color: #645D3A;
}
.AnyTagClassName
{
color: #645D3A;
}
</style>
background-color css
<style>
a { background-color: #645D3A; }
a { background-color: rgb(100,93,58); }
div.DivClassName
{
background-color: #645D3A;
}
.BgClassName
{
background-color: #645D3A;
}
</style>
border-color css
<style>
span { border-color: #645D3A; }
span { border-color: rgb(100,93,58); }
td.TdClassName
{
border-color: #645D3A;
}
.TagClassName
{
border-color: #645D3A;
}
</style>