Shades of Verdigris #65643E
Tints of Verdigris #65643E
RGB
CMYK
RGB Variations
Color information
#65643E (or 0x65643E) is known color: Verdigris. HEX triplet: 65, 64 and 3E. RGB value is (101,100,62). Sum of RGB (Red+Green+Blue) = 101+100+62=263 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.40% from 263); Green value is 100 (39.45% from 255 or 38.02% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 101 - color contains mainly: red. Hex color #65643E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65643E is #9A9BC1. Grayscale: #606060. Windows color (decimal): -10132418 or 4088933. OLE color: 4088933.
HSL color Cylindrical-coordinate representation of color #65643E: hue angle of 58.46º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #65643E is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 100 | 62 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.60 |
| HSL | 58.46º | 0.24% | 0.32% | - |
| HSV(B) | 58.46º | 0.39% | 0.4% | - |
| XYZ | 10.79 | 12.23 | 6.35 | - |
| YUV | 95.97 | 108.83 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 100 | 62 | 0 | 0.01 | 0.39 | 0.60 | 58.46 | 0.24 | 0.32 |
| Hex | 65 | 64 | 3E | 0 | 1 | 27 | 3C | 3A | 18 | 20 |
| Octal | 145 | 144 | 76 | 0 | 1 | 47 | 74 | 72 | 30 | 40 |
| Binary | 1100101 | 1100100 | 111110 | 0 | 1 | 100111 | 111100 | 111010 | 11000 | 100000 |
Color Harmonies of #65643E
Complementary color
Monochromatic Colors of #65643E
Black with #65643E
Text Example
Text Example
White with #65643E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65643E; }
p { color: rgb(101,100,62); }
H1.HeaderClassName
{
color: #65643E;
}
.AnyTagClassName
{
color: #65643E;
}
</style>
background-color css
<style>
a { background-color: #65643E; }
a { background-color: rgb(101,100,62); }
div.DivClassName
{
background-color: #65643E;
}
.BgClassName
{
background-color: #65643E;
}
</style>
border-color css
<style>
span { border-color: #65643E; }
span { border-color: rgb(101,100,62); }
td.TdClassName
{
border-color: #65643E;
}
.TagClassName
{
border-color: #65643E;
}
</style>