Shades of Verdigris #655D36
Tints of Verdigris #655D36
RGB
CMYK
RGB Variations
Color information
#655D36 (or 0x655D36) is known color: Verdigris. HEX triplet: 65, 5D and 36. RGB value is (101,93,54). Sum of RGB (Red+Green+Blue) = 101+93+54=248 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.73% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 54 (21.48% from 255 or 21.77% from 248); Max value from RGB is 101 - color contains mainly: red. Hex color #655D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655D36 is #9AA2C9. Grayscale: #5B5B5B. Windows color (decimal): -10134218 or 3562853. OLE color: 3562853.
HSL color Cylindrical-coordinate representation of color #655D36: hue angle of 49.79º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #655D36 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 93 | 54 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.60 |
| HSL | 49.79º | 0.3% | 0.3% | - |
| HSV(B) | 49.79º | 0.47% | 0.4% | - |
| XYZ | 9.95 | 10.86 | 5.06 | - |
| YUV | 90.95 | 107.15 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 54 | 0 | 0.08 | 0.47 | 0.60 | 49.79 | 0.3 | 0.3 |
| Hex | 65 | 5D | 36 | 0 | 8 | 2F | 3C | 32 | 1E | 1E |
| Octal | 145 | 135 | 66 | 0 | 10 | 57 | 74 | 62 | 36 | 36 |
| Binary | 1100101 | 1011101 | 110110 | 0 | 1000 | 101111 | 111100 | 110010 | 11110 | 11110 |
Color Harmonies of #655D36
Complementary color
Monochromatic Colors of #655D36
Black with #655D36
Text Example
Text Example
White with #655D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655D36; }
p { color: rgb(101,93,54); }
H1.HeaderClassName
{
color: #655D36;
}
.AnyTagClassName
{
color: #655D36;
}
</style>
background-color css
<style>
a { background-color: #655D36; }
a { background-color: rgb(101,93,54); }
div.DivClassName
{
background-color: #655D36;
}
.BgClassName
{
background-color: #655D36;
}
</style>
border-color css
<style>
span { border-color: #655D36; }
span { border-color: rgb(101,93,54); }
td.TdClassName
{
border-color: #655D36;
}
.TagClassName
{
border-color: #655D36;
}
</style>