Shades of Verdigris #655D41
Tints of Verdigris #655D41
RGB
CMYK
RGB Variations
Color information
#655D41 (or 0x655D41) is known color: Verdigris. HEX triplet: 65, 5D and 41. RGB value is (101,93,65). Sum of RGB (Red+Green+Blue) = 101+93+65=259 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.00% from 259); Green value is 93 (36.72% from 255 or 35.91% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 101 - color contains mainly: red. Hex color #655D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655D41 is #9AA2BE. Grayscale: #5C5C5C. Windows color (decimal): -10134207 or 4283749. OLE color: 4283749.
HSL color Cylindrical-coordinate representation of color #655D41: hue angle of 46.67º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #655D41 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 93 | 65 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.60 |
| HSL | 46.67º | 0.22% | 0.33% | - |
| HSV(B) | 46.67º | 0.36% | 0.4% | - |
| XYZ | 10.24 | 10.98 | 6.58 | - |
| YUV | 92.2 | 112.65 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 65 | 0 | 0.08 | 0.36 | 0.60 | 46.67 | 0.22 | 0.33 |
| Hex | 65 | 5D | 41 | 0 | 8 | 24 | 3C | 2F | 16 | 21 |
| Octal | 145 | 135 | 101 | 0 | 10 | 44 | 74 | 57 | 26 | 41 |
| Binary | 1100101 | 1011101 | 1000001 | 0 | 1000 | 100100 | 111100 | 101111 | 10110 | 100001 |
Color Harmonies of #655D41
Complementary color
Monochromatic Colors of #655D41
Black with #655D41
Text Example
Text Example
White with #655D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655D41; }
p { color: rgb(101,93,65); }
H1.HeaderClassName
{
color: #655D41;
}
.AnyTagClassName
{
color: #655D41;
}
</style>
background-color css
<style>
a { background-color: #655D41; }
a { background-color: rgb(101,93,65); }
div.DivClassName
{
background-color: #655D41;
}
.BgClassName
{
background-color: #655D41;
}
</style>
border-color css
<style>
span { border-color: #655D41; }
span { border-color: rgb(101,93,65); }
td.TdClassName
{
border-color: #655D41;
}
.TagClassName
{
border-color: #655D41;
}
</style>