Shades of Verdigris #69683B
Tints of Verdigris #69683B
RGB
CMYK
RGB Variations
Color information
#69683B (or 0x69683B) is known color: Verdigris. HEX triplet: 69, 68 and 3B. RGB value is (105,104,59). Sum of RGB (Red+Green+Blue) = 105+104+59=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 104 (41.02% from 255 or 38.81% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 105 - color contains mainly: red. Hex color #69683B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69683B is #9697C4. Grayscale: #636363. Windows color (decimal): -9869253 or 3893353. OLE color: 3893353.
HSL color Cylindrical-coordinate representation of color #69683B: hue angle of 58.7º 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 #69683B is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 104 | 59 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.59 |
| HSL | 58.7º | 0.28% | 0.32% | - |
| HSV(B) | 58.7º | 0.44% | 0.41% | - |
| XYZ | 11.57 | 13.22 | 6.08 | - |
| YUV | 99.17 | 105.33 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 104 | 59 | 0 | 0.01 | 0.44 | 0.59 | 58.7 | 0.28 | 0.32 |
| Hex | 69 | 68 | 3B | 0 | 1 | 2C | 3B | 3B | 1C | 20 |
| Octal | 151 | 150 | 73 | 0 | 1 | 54 | 73 | 73 | 34 | 40 |
| Binary | 1101001 | 1101000 | 111011 | 0 | 1 | 101100 | 111011 | 111011 | 11100 | 100000 |
Color Harmonies of #69683B
Complementary color
Monochromatic Colors of #69683B
Black with #69683B
Text Example
Text Example
White with #69683B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69683B; }
p { color: rgb(105,104,59); }
H1.HeaderClassName
{
color: #69683B;
}
.AnyTagClassName
{
color: #69683B;
}
</style>
background-color css
<style>
a { background-color: #69683B; }
a { background-color: rgb(105,104,59); }
div.DivClassName
{
background-color: #69683B;
}
.BgClassName
{
background-color: #69683B;
}
</style>
border-color css
<style>
span { border-color: #69683B; }
span { border-color: rgb(105,104,59); }
td.TdClassName
{
border-color: #69683B;
}
.TagClassName
{
border-color: #69683B;
}
</style>