Shades of Verdigris #696244
Tints of Verdigris #696244
RGB
CMYK
RGB Variations
Color information
#696244 (or 0x696244) is known color: Verdigris. HEX triplet: 69, 62 and 44. RGB value is (105,98,68). Sum of RGB (Red+Green+Blue) = 105+98+68=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 68 (26.95% from 255 or 25.09% from 271); Max value from RGB is 105 - color contains mainly: red. Hex color #696244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696244 is #969DBB. Grayscale: #606060. Windows color (decimal): -9870780 or 4481641. OLE color: 4481641.
HSL color Cylindrical-coordinate representation of color #696244: hue angle of 48.65º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #696244 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 98 | 68 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.59 |
| HSL | 48.65º | 0.21% | 0.34% | - |
| HSV(B) | 48.65º | 0.35% | 0.41% | - |
| XYZ | 11.24 | 12.16 | 7.22 | - |
| YUV | 96.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 98 | 68 | 0 | 0.07 | 0.35 | 0.59 | 48.65 | 0.21 | 0.34 |
| Hex | 69 | 62 | 44 | 0 | 7 | 23 | 3B | 31 | 15 | 22 |
| Octal | 151 | 142 | 104 | 0 | 7 | 43 | 73 | 61 | 25 | 42 |
| Binary | 1101001 | 1100010 | 1000100 | 0 | 111 | 100011 | 111011 | 110001 | 10101 | 100010 |
Color Harmonies of #696244
Complementary color
Monochromatic Colors of #696244
Black with #696244
Text Example
Text Example
White with #696244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696244; }
p { color: rgb(105,98,68); }
H1.HeaderClassName
{
color: #696244;
}
.AnyTagClassName
{
color: #696244;
}
</style>
background-color css
<style>
a { background-color: #696244; }
a { background-color: rgb(105,98,68); }
div.DivClassName
{
background-color: #696244;
}
.BgClassName
{
background-color: #696244;
}
</style>
border-color css
<style>
span { border-color: #696244; }
span { border-color: rgb(105,98,68); }
td.TdClassName
{
border-color: #696244;
}
.TagClassName
{
border-color: #696244;
}
</style>