Shades of Verdigris #655F3D
Tints of Verdigris #655F3D
RGB
CMYK
RGB Variations
Color information
#655F3D (or 0x655F3D) is known color: Verdigris. HEX triplet: 65, 5F and 3D. RGB value is (101,95,61). Sum of RGB (Red+Green+Blue) = 101+95+61=257 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.30% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 101 - color contains mainly: red. Hex color #655F3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655F3D is #9AA0C2. Grayscale: #5D5D5D. Windows color (decimal): -10133699 or 4022117. OLE color: 4022117.
HSL color Cylindrical-coordinate representation of color #655F3D: hue angle of 51º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #655F3D is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 95 | 61 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.60 |
| HSL | 51º | 0.25% | 0.32% | - |
| HSV(B) | 51º | 0.4% | 0.4% | - |
| XYZ | 10.3 | 11.29 | 6.05 | - |
| YUV | 92.92 | 109.99 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 61 | 0 | 0.06 | 0.40 | 0.60 | 51 | 0.25 | 0.32 |
| Hex | 65 | 5F | 3D | 0 | 6 | 28 | 3C | 33 | 19 | 20 |
| Octal | 145 | 137 | 75 | 0 | 6 | 50 | 74 | 63 | 31 | 40 |
| Binary | 1100101 | 1011111 | 111101 | 0 | 110 | 101000 | 111100 | 110011 | 11001 | 100000 |
Color Harmonies of #655F3D
Complementary color
Monochromatic Colors of #655F3D
Black with #655F3D
Text Example
Text Example
White with #655F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655F3D; }
p { color: rgb(101,95,61); }
H1.HeaderClassName
{
color: #655F3D;
}
.AnyTagClassName
{
color: #655F3D;
}
</style>
background-color css
<style>
a { background-color: #655F3D; }
a { background-color: rgb(101,95,61); }
div.DivClassName
{
background-color: #655F3D;
}
.BgClassName
{
background-color: #655F3D;
}
</style>
border-color css
<style>
span { border-color: #655F3D; }
span { border-color: rgb(101,95,61); }
td.TdClassName
{
border-color: #655F3D;
}
.TagClassName
{
border-color: #655F3D;
}
</style>