Shades of Verdigris #65643B
Tints of Verdigris #65643B
RGB
CMYK
RGB Variations
Color information
#65643B (or 0x65643B) is known color: Verdigris. HEX triplet: 65, 64 and 3B. RGB value is (101,100,59). Sum of RGB (Red+Green+Blue) = 101+100+59=260 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.85% from 260); Green value is 100 (39.45% from 255 or 38.46% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 101 - color contains mainly: red. Hex color #65643B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65643B is #9A9BC4. Grayscale: #5F5F5F. Windows color (decimal): -10132421 or 3892325. OLE color: 3892325.
HSL color Cylindrical-coordinate representation of color #65643B: hue angle of 58.57º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65643B is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 100 | 59 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.60 |
| HSL | 58.57º | 0.26% | 0.31% | - |
| HSV(B) | 58.57º | 0.42% | 0.4% | - |
| XYZ | 10.71 | 12.2 | 5.93 | - |
| YUV | 95.63 | 107.33 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 100 | 59 | 0 | 0.01 | 0.42 | 0.60 | 58.57 | 0.26 | 0.31 |
| Hex | 65 | 64 | 3B | 0 | 1 | 2A | 3C | 3B | 1A | 1F |
| Octal | 145 | 144 | 73 | 0 | 1 | 52 | 74 | 73 | 32 | 37 |
| Binary | 1100101 | 1100100 | 111011 | 0 | 1 | 101010 | 111100 | 111011 | 11010 | 11111 |
Color Harmonies of #65643B
Complementary color
Monochromatic Colors of #65643B
Black with #65643B
Text Example
Text Example
White with #65643B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65643B; }
p { color: rgb(101,100,59); }
H1.HeaderClassName
{
color: #65643B;
}
.AnyTagClassName
{
color: #65643B;
}
</style>
background-color css
<style>
a { background-color: #65643B; }
a { background-color: rgb(101,100,59); }
div.DivClassName
{
background-color: #65643B;
}
.BgClassName
{
background-color: #65643B;
}
</style>
border-color css
<style>
span { border-color: #65643B; }
span { border-color: rgb(101,100,59); }
td.TdClassName
{
border-color: #65643B;
}
.TagClassName
{
border-color: #65643B;
}
</style>