Shades of Verdigris #655D3B
Tints of Verdigris #655D3B
RGB
CMYK
RGB Variations
Color information
#655D3B (or 0x655D3B) is known color: Verdigris. HEX triplet: 65, 5D and 3B. RGB value is (101,93,59). Sum of RGB (Red+Green+Blue) = 101+93+59=253 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.92% from 253); Green value is 93 (36.72% from 255 or 36.76% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 101 - color contains mainly: red. Hex color #655D3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655D3B is #9AA2C4. Grayscale: #5B5B5B. Windows color (decimal): -10134213 or 3890533. OLE color: 3890533.
HSL color Cylindrical-coordinate representation of color #655D3B: hue angle of 48.57º 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 #655D3B is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 93 | 59 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.60 |
| HSL | 48.57º | 0.26% | 0.31% | - |
| HSV(B) | 48.57º | 0.42% | 0.4% | - |
| XYZ | 10.07 | 10.91 | 5.71 | - |
| YUV | 91.52 | 109.65 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 59 | 0 | 0.08 | 0.42 | 0.60 | 48.57 | 0.26 | 0.31 |
| Hex | 65 | 5D | 3B | 0 | 8 | 2A | 3C | 31 | 1A | 1F |
| Octal | 145 | 135 | 73 | 0 | 10 | 52 | 74 | 61 | 32 | 37 |
| Binary | 1100101 | 1011101 | 111011 | 0 | 1000 | 101010 | 111100 | 110001 | 11010 | 11111 |
Color Harmonies of #655D3B
Complementary color
Monochromatic Colors of #655D3B
Black with #655D3B
Text Example
Text Example
White with #655D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655D3B; }
p { color: rgb(101,93,59); }
H1.HeaderClassName
{
color: #655D3B;
}
.AnyTagClassName
{
color: #655D3B;
}
</style>
background-color css
<style>
a { background-color: #655D3B; }
a { background-color: rgb(101,93,59); }
div.DivClassName
{
background-color: #655D3B;
}
.BgClassName
{
background-color: #655D3B;
}
</style>
border-color css
<style>
span { border-color: #655D3B; }
span { border-color: rgb(101,93,59); }
td.TdClassName
{
border-color: #655D3B;
}
.TagClassName
{
border-color: #655D3B;
}
</style>