Shades of Verdigris #68673A
Tints of Verdigris #68673A
RGB
CMYK
RGB Variations
Color information
#68673A (or 0x68673A) is known color: Verdigris. HEX triplet: 68, 67 and 3A. RGB value is (104,103,58). Sum of RGB (Red+Green+Blue) = 104+103+58=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 103 (40.62% from 255 or 38.87% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 104 - color contains mainly: red. Hex color #68673A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68673A is #9798C5. Grayscale: #626262. Windows color (decimal): -9935046 or 3827560. OLE color: 3827560.
HSL color Cylindrical-coordinate representation of color #68673A: 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 #68673A is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 103 | 58 | - |
| 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.32 | 12.95 | 5.91 | - |
| YUV | 98.17 | 105.33 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 103 | 58 | 0 | 0.01 | 0.44 | 0.59 | 58.7 | 0.28 | 0.32 |
| Hex | 68 | 67 | 3A | 0 | 1 | 2C | 3B | 3B | 1C | 20 |
| Octal | 150 | 147 | 72 | 0 | 1 | 54 | 73 | 73 | 34 | 40 |
| Binary | 1101000 | 1100111 | 111010 | 0 | 1 | 101100 | 111011 | 111011 | 11100 | 100000 |
Color Harmonies of #68673A
Complementary color
Monochromatic Colors of #68673A
Black with #68673A
Text Example
Text Example
White with #68673A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68673A; }
p { color: rgb(104,103,58); }
H1.HeaderClassName
{
color: #68673A;
}
.AnyTagClassName
{
color: #68673A;
}
</style>
background-color css
<style>
a { background-color: #68673A; }
a { background-color: rgb(104,103,58); }
div.DivClassName
{
background-color: #68673A;
}
.BgClassName
{
background-color: #68673A;
}
</style>
border-color css
<style>
span { border-color: #68673A; }
span { border-color: rgb(104,103,58); }
td.TdClassName
{
border-color: #68673A;
}
.TagClassName
{
border-color: #68673A;
}
</style>