Shades of Verdigris #655F3B
Tints of Verdigris #655F3B
RGB
CMYK
RGB Variations
Color information
#655F3B (or 0x655F3B) is known color: Verdigris. HEX triplet: 65, 5F and 3B. RGB value is (101,95,59). Sum of RGB (Red+Green+Blue) = 101+95+59=255 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.61% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 101 - color contains mainly: red. Hex color #655F3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655F3B is #9AA0C4. Grayscale: #5C5C5C. Windows color (decimal): -10133701 or 3891045. OLE color: 3891045.
HSL color Cylindrical-coordinate representation of color #655F3B: hue angle of 51.43º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #655F3B is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 95 | 59 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.60 |
| HSL | 51.43º | 0.26% | 0.31% | - |
| HSV(B) | 51.43º | 0.42% | 0.4% | - |
| XYZ | 10.25 | 11.27 | 5.77 | - |
| YUV | 92.69 | 108.99 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 59 | 0 | 0.06 | 0.42 | 0.60 | 51.43 | 0.26 | 0.31 |
| Hex | 65 | 5F | 3B | 0 | 6 | 2A | 3C | 33 | 1A | 1F |
| Octal | 145 | 137 | 73 | 0 | 6 | 52 | 74 | 63 | 32 | 37 |
| Binary | 1100101 | 1011111 | 111011 | 0 | 110 | 101010 | 111100 | 110011 | 11010 | 11111 |
Color Harmonies of #655F3B
Complementary color
Monochromatic Colors of #655F3B
Black with #655F3B
Text Example
Text Example
White with #655F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655F3B; }
p { color: rgb(101,95,59); }
H1.HeaderClassName
{
color: #655F3B;
}
.AnyTagClassName
{
color: #655F3B;
}
</style>
background-color css
<style>
a { background-color: #655F3B; }
a { background-color: rgb(101,95,59); }
div.DivClassName
{
background-color: #655F3B;
}
.BgClassName
{
background-color: #655F3B;
}
</style>
border-color css
<style>
span { border-color: #655F3B; }
span { border-color: rgb(101,95,59); }
td.TdClassName
{
border-color: #655F3B;
}
.TagClassName
{
border-color: #655F3B;
}
</style>