Shades of Verdigris #696336
Tints of Verdigris #696336
RGB
CMYK
RGB Variations
Color information
#696336 (or 0x696336) is known color: Verdigris. HEX triplet: 69, 63 and 36. RGB value is (105,99,54). Sum of RGB (Red+Green+Blue) = 105+99+54=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 99 (39.06% from 255 or 38.37% from 258); Blue value is 54 (21.48% from 255 or 20.93% from 258); Max value from RGB is 105 - color contains mainly: red. Hex color #696336 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696336 is #969CC9. Grayscale: #5F5F5F. Windows color (decimal): -9870538 or 3564393. OLE color: 3564393.
HSL color Cylindrical-coordinate representation of color #696336: hue angle of 52.94º 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 #696336 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 99 | 54 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.59 |
| HSL | 52.94º | 0.32% | 0.31% | - |
| HSV(B) | 52.94º | 0.49% | 0.41% | - |
| XYZ | 10.95 | 12.19 | 5.27 | - |
| YUV | 95.66 | 104.49 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 99 | 54 | 0 | 0.06 | 0.49 | 0.59 | 52.94 | 0.32 | 0.31 |
| Hex | 69 | 63 | 36 | 0 | 6 | 31 | 3B | 35 | 20 | 1F |
| Octal | 151 | 143 | 66 | 0 | 6 | 61 | 73 | 65 | 40 | 37 |
| Binary | 1101001 | 1100011 | 110110 | 0 | 110 | 110001 | 111011 | 110101 | 100000 | 11111 |
Color Harmonies of #696336
Complementary color
Monochromatic Colors of #696336
Black with #696336
Text Example
Text Example
White with #696336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696336; }
p { color: rgb(105,99,54); }
H1.HeaderClassName
{
color: #696336;
}
.AnyTagClassName
{
color: #696336;
}
</style>
background-color css
<style>
a { background-color: #696336; }
a { background-color: rgb(105,99,54); }
div.DivClassName
{
background-color: #696336;
}
.BgClassName
{
background-color: #696336;
}
</style>
border-color css
<style>
span { border-color: #696336; }
span { border-color: rgb(105,99,54); }
td.TdClassName
{
border-color: #696336;
}
.TagClassName
{
border-color: #696336;
}
</style>