Shades of Verdigris #69613B
Tints of Verdigris #69613B
RGB
CMYK
RGB Variations
Color information
#69613B (or 0x69613B) is known color: Verdigris. HEX triplet: 69, 61 and 3B. RGB value is (105,97,59). Sum of RGB (Red+Green+Blue) = 105+97+59=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 105 - color contains mainly: red. Hex color #69613B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69613B is #969EC4. Grayscale: #5F5F5F. Windows color (decimal): -9871045 or 3891561. OLE color: 3891561.
HSL color Cylindrical-coordinate representation of color #69613B: hue angle of 49.57º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69613B is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 97 | 59 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.59 |
| HSL | 49.57º | 0.28% | 0.32% | - |
| HSV(B) | 49.57º | 0.44% | 0.41% | - |
| XYZ | 10.89 | 11.87 | 5.85 | - |
| YUV | 95.06 | 107.65 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 97 | 59 | 0 | 0.08 | 0.44 | 0.59 | 49.57 | 0.28 | 0.32 |
| Hex | 69 | 61 | 3B | 0 | 8 | 2C | 3B | 32 | 1C | 20 |
| Octal | 151 | 141 | 73 | 0 | 10 | 54 | 73 | 62 | 34 | 40 |
| Binary | 1101001 | 1100001 | 111011 | 0 | 1000 | 101100 | 111011 | 110010 | 11100 | 100000 |
Color Harmonies of #69613B
Complementary color
Monochromatic Colors of #69613B
Black with #69613B
Text Example
Text Example
White with #69613B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69613B; }
p { color: rgb(105,97,59); }
H1.HeaderClassName
{
color: #69613B;
}
.AnyTagClassName
{
color: #69613B;
}
</style>
background-color css
<style>
a { background-color: #69613B; }
a { background-color: rgb(105,97,59); }
div.DivClassName
{
background-color: #69613B;
}
.BgClassName
{
background-color: #69613B;
}
</style>
border-color css
<style>
span { border-color: #69613B; }
span { border-color: rgb(105,97,59); }
td.TdClassName
{
border-color: #69613B;
}
.TagClassName
{
border-color: #69613B;
}
</style>