Shades of Verdigris #655E35
Tints of Verdigris #655E35
RGB
CMYK
RGB Variations
Color information
#655E35 (or 0x655E35) is known color: Verdigris. HEX triplet: 65, 5E and 35. RGB value is (101,94,53). Sum of RGB (Red+Green+Blue) = 101+94+53=248 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.73% from 248); Green value is 94 (37.11% from 255 or 37.90% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 101 - color contains mainly: red. Hex color #655E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655E35 is #9AA1CA. Grayscale: #5B5B5B. Windows color (decimal): -10133963 or 3497573. OLE color: 3497573.
HSL color Cylindrical-coordinate representation of color #655E35: hue angle of 51.25º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #655E35 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 94 | 53 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.60 |
| HSL | 51.25º | 0.31% | 0.3% | - |
| HSV(B) | 51.25º | 0.48% | 0.4% | - |
| XYZ | 10.01 | 11.03 | 4.97 | - |
| YUV | 91.42 | 106.32 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 94 | 53 | 0 | 0.07 | 0.48 | 0.60 | 51.25 | 0.31 | 0.3 |
| Hex | 65 | 5E | 35 | 0 | 7 | 30 | 3C | 33 | 1F | 1E |
| Octal | 145 | 136 | 65 | 0 | 7 | 60 | 74 | 63 | 37 | 36 |
| Binary | 1100101 | 1011110 | 110101 | 0 | 111 | 110000 | 111100 | 110011 | 11111 | 11110 |
Color Harmonies of #655E35
Complementary color
Monochromatic Colors of #655E35
Black with #655E35
Text Example
Text Example
White with #655E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655E35; }
p { color: rgb(101,94,53); }
H1.HeaderClassName
{
color: #655E35;
}
.AnyTagClassName
{
color: #655E35;
}
</style>
background-color css
<style>
a { background-color: #655E35; }
a { background-color: rgb(101,94,53); }
div.DivClassName
{
background-color: #655E35;
}
.BgClassName
{
background-color: #655E35;
}
</style>
border-color css
<style>
span { border-color: #655E35; }
span { border-color: rgb(101,94,53); }
td.TdClassName
{
border-color: #655E35;
}
.TagClassName
{
border-color: #655E35;
}
</style>