Shades of Verdigris #655E37
Tints of Verdigris #655E37
RGB
CMYK
RGB Variations
Color information
#655E37 (or 0x655E37) is known color: Verdigris. HEX triplet: 65, 5E and 37. RGB value is (101,94,55). Sum of RGB (Red+Green+Blue) = 101+94+55=250 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.4% from 250); Green value is 94 (37.11% from 255 or 37.6% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 101 - color contains mainly: red. Hex color #655E37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655E37 is #9AA1C8. Grayscale: #5B5B5B. Windows color (decimal): -10133961 or 3628645. OLE color: 3628645.
HSL color Cylindrical-coordinate representation of color #655E37: hue angle of 50.87º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #655E37 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 94 | 55 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.60 |
| HSL | 50.87º | 0.29% | 0.31% | - |
| HSV(B) | 50.87º | 0.46% | 0.4% | - |
| XYZ | 10.06 | 11.05 | 5.22 | - |
| YUV | 91.65 | 107.32 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 94 | 55 | 0 | 0.07 | 0.46 | 0.60 | 50.87 | 0.29 | 0.31 |
| Hex | 65 | 5E | 37 | 0 | 7 | 2E | 3C | 33 | 1D | 1F |
| Octal | 145 | 136 | 67 | 0 | 7 | 56 | 74 | 63 | 35 | 37 |
| Binary | 1100101 | 1011110 | 110111 | 0 | 111 | 101110 | 111100 | 110011 | 11101 | 11111 |
Color Harmonies of #655E37
Complementary color
Monochromatic Colors of #655E37
Black with #655E37
Text Example
Text Example
White with #655E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655E37; }
p { color: rgb(101,94,55); }
H1.HeaderClassName
{
color: #655E37;
}
.AnyTagClassName
{
color: #655E37;
}
</style>
background-color css
<style>
a { background-color: #655E37; }
a { background-color: rgb(101,94,55); }
div.DivClassName
{
background-color: #655E37;
}
.BgClassName
{
background-color: #655E37;
}
</style>
border-color css
<style>
span { border-color: #655E37; }
span { border-color: rgb(101,94,55); }
td.TdClassName
{
border-color: #655E37;
}
.TagClassName
{
border-color: #655E37;
}
</style>