Shades of Verdigris #696440
Tints of Verdigris #696440
RGB
CMYK
RGB Variations
Color information
#696440 (or 0x696440) is known color: Verdigris. HEX triplet: 69, 64 and 40. RGB value is (105,100,64). Sum of RGB (Red+Green+Blue) = 105+100+64=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 105 - color contains mainly: red. Hex color #696440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696440 is #969BBF. Grayscale: #616161. Windows color (decimal): -9870272 or 4220009. OLE color: 4220009.
HSL color Cylindrical-coordinate representation of color #696440: hue angle of 52.68º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #696440 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 100 | 64 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.59 |
| HSL | 52.68º | 0.24% | 0.33% | - |
| HSV(B) | 52.68º | 0.39% | 0.41% | - |
| XYZ | 11.31 | 12.49 | 6.66 | - |
| YUV | 97.39 | 109.16 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 100 | 64 | 0 | 0.05 | 0.39 | 0.59 | 52.68 | 0.24 | 0.33 |
| Hex | 69 | 64 | 40 | 0 | 5 | 27 | 3B | 35 | 18 | 21 |
| Octal | 151 | 144 | 100 | 0 | 5 | 47 | 73 | 65 | 30 | 41 |
| Binary | 1101001 | 1100100 | 1000000 | 0 | 101 | 100111 | 111011 | 110101 | 11000 | 100001 |
Color Harmonies of #696440
Complementary color
Monochromatic Colors of #696440
Black with #696440
Text Example
Text Example
White with #696440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696440; }
p { color: rgb(105,100,64); }
H1.HeaderClassName
{
color: #696440;
}
.AnyTagClassName
{
color: #696440;
}
</style>
background-color css
<style>
a { background-color: #696440; }
a { background-color: rgb(105,100,64); }
div.DivClassName
{
background-color: #696440;
}
.BgClassName
{
background-color: #696440;
}
</style>
border-color css
<style>
span { border-color: #696440; }
span { border-color: rgb(105,100,64); }
td.TdClassName
{
border-color: #696440;
}
.TagClassName
{
border-color: #696440;
}
</style>