Shades of Verdigris #655D39
Tints of Verdigris #655D39
RGB
CMYK
RGB Variations
Color information
#655D39 (or 0x655D39) is known color: Verdigris. HEX triplet: 65, 5D and 39. RGB value is (101,93,57). Sum of RGB (Red+Green+Blue) = 101+93+57=251 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.24% from 251); Green value is 93 (36.72% from 255 or 37.05% from 251); Blue value is 57 (22.66% from 255 or 22.71% from 251); Max value from RGB is 101 - color contains mainly: red. Hex color #655D39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655D39 is #9AA2C6. Grayscale: #5B5B5B. Windows color (decimal): -10134215 or 3759461. OLE color: 3759461.
HSL color Cylindrical-coordinate representation of color #655D39: hue angle of 49.09º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #655D39 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 93 | 57 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.60 |
| HSL | 49.09º | 0.28% | 0.31% | - |
| HSV(B) | 49.09º | 0.44% | 0.4% | - |
| XYZ | 10.02 | 10.89 | 5.44 | - |
| YUV | 91.29 | 108.65 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 57 | 0 | 0.08 | 0.44 | 0.60 | 49.09 | 0.28 | 0.31 |
| Hex | 65 | 5D | 39 | 0 | 8 | 2C | 3C | 31 | 1C | 1F |
| Octal | 145 | 135 | 71 | 0 | 10 | 54 | 74 | 61 | 34 | 37 |
| Binary | 1100101 | 1011101 | 111001 | 0 | 1000 | 101100 | 111100 | 110001 | 11100 | 11111 |
Color Harmonies of #655D39
Complementary color
Monochromatic Colors of #655D39
Black with #655D39
Text Example
Text Example
White with #655D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655D39; }
p { color: rgb(101,93,57); }
H1.HeaderClassName
{
color: #655D39;
}
.AnyTagClassName
{
color: #655D39;
}
</style>
background-color css
<style>
a { background-color: #655D39; }
a { background-color: rgb(101,93,57); }
div.DivClassName
{
background-color: #655D39;
}
.BgClassName
{
background-color: #655D39;
}
</style>
border-color css
<style>
span { border-color: #655D39; }
span { border-color: rgb(101,93,57); }
td.TdClassName
{
border-color: #655D39;
}
.TagClassName
{
border-color: #655D39;
}
</style>