Shades of Verdigris #655D3C
Tints of Verdigris #655D3C
RGB
CMYK
RGB Variations
Color information
#655D3C (or 0x655D3C) is known color: Verdigris. HEX triplet: 65, 5D and 3C. RGB value is (101,93,60). Sum of RGB (Red+Green+Blue) = 101+93+60=254 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.76% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 101 - color contains mainly: red. Hex color #655D3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655D3C is #9AA2C3. Grayscale: #5B5B5B. Windows color (decimal): -10134212 or 3956069. OLE color: 3956069.
HSL color Cylindrical-coordinate representation of color #655D3C: hue angle of 48.29º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #655D3C is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 93 | 60 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.60 |
| HSL | 48.29º | 0.25% | 0.32% | - |
| HSV(B) | 48.29º | 0.41% | 0.4% | - |
| XYZ | 10.1 | 10.92 | 5.85 | - |
| YUV | 91.63 | 110.15 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 60 | 0 | 0.08 | 0.41 | 0.60 | 48.29 | 0.25 | 0.32 |
| Hex | 65 | 5D | 3C | 0 | 8 | 29 | 3C | 30 | 19 | 20 |
| Octal | 145 | 135 | 74 | 0 | 10 | 51 | 74 | 60 | 31 | 40 |
| Binary | 1100101 | 1011101 | 111100 | 0 | 1000 | 101001 | 111100 | 110000 | 11001 | 100000 |
Color Harmonies of #655D3C
Complementary color
Monochromatic Colors of #655D3C
Black with #655D3C
Text Example
Text Example
White with #655D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655D3C; }
p { color: rgb(101,93,60); }
H1.HeaderClassName
{
color: #655D3C;
}
.AnyTagClassName
{
color: #655D3C;
}
</style>
background-color css
<style>
a { background-color: #655D3C; }
a { background-color: rgb(101,93,60); }
div.DivClassName
{
background-color: #655D3C;
}
.BgClassName
{
background-color: #655D3C;
}
</style>
border-color css
<style>
span { border-color: #655D3C; }
span { border-color: rgb(101,93,60); }
td.TdClassName
{
border-color: #655D3C;
}
.TagClassName
{
border-color: #655D3C;
}
</style>