Shades of Verdigris #656338
Tints of Verdigris #656338
RGB
CMYK
RGB Variations
Color information
#656338 (or 0x656338) is known color: Verdigris. HEX triplet: 65, 63 and 38. RGB value is (101,99,56). Sum of RGB (Red+Green+Blue) = 101+99+56=256 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.45% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 56 (22.27% from 255 or 21.88% from 256); Max value from RGB is 101 - color contains mainly: red. Hex color #656338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656338 is #9A9CC7. Grayscale: #5E5E5E. Windows color (decimal): -10132680 or 3695461. OLE color: 3695461.
HSL color Cylindrical-coordinate representation of color #656338: hue angle of 57.33º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #656338 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 99 | 56 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.60 |
| HSL | 57.33º | 0.29% | 0.31% | - |
| HSV(B) | 57.33º | 0.45% | 0.4% | - |
| XYZ | 10.54 | 11.98 | 5.5 | - |
| YUV | 94.7 | 106.16 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 99 | 56 | 0 | 0.02 | 0.45 | 0.60 | 57.33 | 0.29 | 0.31 |
| Hex | 65 | 63 | 38 | 0 | 2 | 2D | 3C | 39 | 1D | 1F |
| Octal | 145 | 143 | 70 | 0 | 2 | 55 | 74 | 71 | 35 | 37 |
| Binary | 1100101 | 1100011 | 111000 | 0 | 10 | 101101 | 111100 | 111001 | 11101 | 11111 |
Color Harmonies of #656338
Complementary color
Monochromatic Colors of #656338
Black with #656338
Text Example
Text Example
White with #656338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656338; }
p { color: rgb(101,99,56); }
H1.HeaderClassName
{
color: #656338;
}
.AnyTagClassName
{
color: #656338;
}
</style>
background-color css
<style>
a { background-color: #656338; }
a { background-color: rgb(101,99,56); }
div.DivClassName
{
background-color: #656338;
}
.BgClassName
{
background-color: #656338;
}
</style>
border-color css
<style>
span { border-color: #656338; }
span { border-color: rgb(101,99,56); }
td.TdClassName
{
border-color: #656338;
}
.TagClassName
{
border-color: #656338;
}
</style>