Shades of Verdigris #655E42
Tints of Verdigris #655E42
RGB
CMYK
RGB Variations
Color information
#655E42 (or 0x655E42) is known color: Verdigris. HEX triplet: 65, 5E and 42. RGB value is (101,94,66). Sum of RGB (Red+Green+Blue) = 101+94+66=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 101 - color contains mainly: red. Hex color #655E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655E42 is #9AA1BD. Grayscale: #5D5D5D. Windows color (decimal): -10133950 or 4349541. OLE color: 4349541.
HSL color Cylindrical-coordinate representation of color #655E42: hue angle of 48º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #655E42 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 94 | 66 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.60 |
| HSL | 48º | 0.21% | 0.33% | - |
| HSV(B) | 48º | 0.35% | 0.4% | - |
| XYZ | 10.35 | 11.17 | 6.76 | - |
| YUV | 92.9 | 112.82 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 94 | 66 | 0 | 0.07 | 0.35 | 0.60 | 48 | 0.21 | 0.33 |
| Hex | 65 | 5E | 42 | 0 | 7 | 23 | 3C | 30 | 15 | 21 |
| Octal | 145 | 136 | 102 | 0 | 7 | 43 | 74 | 60 | 25 | 41 |
| Binary | 1100101 | 1011110 | 1000010 | 0 | 111 | 100011 | 111100 | 110000 | 10101 | 100001 |
Color Harmonies of #655E42
Complementary color
Monochromatic Colors of #655E42
Black with #655E42
Text Example
Text Example
White with #655E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655E42; }
p { color: rgb(101,94,66); }
H1.HeaderClassName
{
color: #655E42;
}
.AnyTagClassName
{
color: #655E42;
}
</style>
background-color css
<style>
a { background-color: #655E42; }
a { background-color: rgb(101,94,66); }
div.DivClassName
{
background-color: #655E42;
}
.BgClassName
{
background-color: #655E42;
}
</style>
border-color css
<style>
span { border-color: #655E42; }
span { border-color: rgb(101,94,66); }
td.TdClassName
{
border-color: #655E42;
}
.TagClassName
{
border-color: #655E42;
}
</style>