Shades of Verdigris #696136
Tints of Verdigris #696136
RGB
CMYK
RGB Variations
Color information
#696136 (or 0x696136) is known color: Verdigris. HEX triplet: 69, 61 and 36. RGB value is (105,97,54). Sum of RGB (Red+Green+Blue) = 105+97+54=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 105 - color contains mainly: red. Hex color #696136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696136 is #969EC9. Grayscale: #5E5E5E. Windows color (decimal): -9871050 or 3563881. OLE color: 3563881.
HSL color Cylindrical-coordinate representation of color #696136: hue angle of 50.59º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #696136 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 97 | 54 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.59 |
| HSL | 50.59º | 0.32% | 0.31% | - |
| HSV(B) | 50.59º | 0.49% | 0.41% | - |
| XYZ | 10.77 | 11.82 | 5.2 | - |
| YUV | 94.49 | 105.15 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 97 | 54 | 0 | 0.08 | 0.49 | 0.59 | 50.59 | 0.32 | 0.31 |
| Hex | 69 | 61 | 36 | 0 | 8 | 31 | 3B | 33 | 20 | 1F |
| Octal | 151 | 141 | 66 | 0 | 10 | 61 | 73 | 63 | 40 | 37 |
| Binary | 1101001 | 1100001 | 110110 | 0 | 1000 | 110001 | 111011 | 110011 | 100000 | 11111 |
Color Harmonies of #696136
Complementary color
Monochromatic Colors of #696136
Black with #696136
Text Example
Text Example
White with #696136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696136; }
p { color: rgb(105,97,54); }
H1.HeaderClassName
{
color: #696136;
}
.AnyTagClassName
{
color: #696136;
}
</style>
background-color css
<style>
a { background-color: #696136; }
a { background-color: rgb(105,97,54); }
div.DivClassName
{
background-color: #696136;
}
.BgClassName
{
background-color: #696136;
}
</style>
border-color css
<style>
span { border-color: #696136; }
span { border-color: rgb(105,97,54); }
td.TdClassName
{
border-color: #696136;
}
.TagClassName
{
border-color: #696136;
}
</style>