Shades of Verdigris #655B3B
Tints of Verdigris #655B3B
RGB
CMYK
RGB Variations
Color information
#655B3B (or 0x655B3B) is known color: Verdigris. HEX triplet: 65, 5B and 3B. RGB value is (101,91,59). Sum of RGB (Red+Green+Blue) = 101+91+59=251 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.24% from 251); Green value is 91 (35.94% from 255 or 36.25% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 101 - color contains mainly: red. Hex color #655B3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655B3B is #9AA4C4. Grayscale: #5A5A5A. Windows color (decimal): -10134725 or 3890021. OLE color: 3890021.
HSL color Cylindrical-coordinate representation of color #655B3B: hue angle of 45.71º 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 #655B3B is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 91 | 59 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.60 |
| HSL | 45.71º | 0.26% | 0.31% | - |
| HSV(B) | 45.71º | 0.42% | 0.4% | - |
| XYZ | 9.9 | 10.56 | 5.66 | - |
| YUV | 90.34 | 110.31 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 91 | 59 | 0 | 0.10 | 0.42 | 0.60 | 45.71 | 0.26 | 0.31 |
| Hex | 65 | 5B | 3B | 0 | A | 2A | 3C | 2E | 1A | 1F |
| Octal | 145 | 133 | 73 | 0 | 12 | 52 | 74 | 56 | 32 | 37 |
| Binary | 1100101 | 1011011 | 111011 | 0 | 1010 | 101010 | 111100 | 101110 | 11010 | 11111 |
Color Harmonies of #655B3B
Complementary color
Monochromatic Colors of #655B3B
Black with #655B3B
Text Example
Text Example
White with #655B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655B3B; }
p { color: rgb(101,91,59); }
H1.HeaderClassName
{
color: #655B3B;
}
.AnyTagClassName
{
color: #655B3B;
}
</style>
background-color css
<style>
a { background-color: #655B3B; }
a { background-color: rgb(101,91,59); }
div.DivClassName
{
background-color: #655B3B;
}
.BgClassName
{
background-color: #655B3B;
}
</style>
border-color css
<style>
span { border-color: #655B3B; }
span { border-color: rgb(101,91,59); }
td.TdClassName
{
border-color: #655B3B;
}
.TagClassName
{
border-color: #655B3B;
}
</style>