Shades of Verdigris #68633A
Tints of Verdigris #68633A
RGB
CMYK
RGB Variations
Color information
#68633A (or 0x68633A) is known color: Verdigris. HEX triplet: 68, 63 and 3A. RGB value is (104,99,58). Sum of RGB (Red+Green+Blue) = 104+99+58=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 104 - color contains mainly: red. Hex color #68633A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68633A is #979CC5. Grayscale: #5F5F5F. Windows color (decimal): -9936070 or 3826536. OLE color: 3826536.
HSL color Cylindrical-coordinate representation of color #68633A: hue angle of 53.48º 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 #68633A is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 99 | 58 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.59 |
| HSL | 53.48º | 0.28% | 0.32% | - |
| HSV(B) | 53.48º | 0.44% | 0.41% | - |
| XYZ | 10.93 | 12.17 | 5.78 | - |
| YUV | 95.82 | 106.66 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 99 | 58 | 0 | 0.05 | 0.44 | 0.59 | 53.48 | 0.28 | 0.32 |
| Hex | 68 | 63 | 3A | 0 | 5 | 2C | 3B | 35 | 1C | 20 |
| Octal | 150 | 143 | 72 | 0 | 5 | 54 | 73 | 65 | 34 | 40 |
| Binary | 1101000 | 1100011 | 111010 | 0 | 101 | 101100 | 111011 | 110101 | 11100 | 100000 |
Color Harmonies of #68633A
Complementary color
Monochromatic Colors of #68633A
Black with #68633A
Text Example
Text Example
White with #68633A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68633A; }
p { color: rgb(104,99,58); }
H1.HeaderClassName
{
color: #68633A;
}
.AnyTagClassName
{
color: #68633A;
}
</style>
background-color css
<style>
a { background-color: #68633A; }
a { background-color: rgb(104,99,58); }
div.DivClassName
{
background-color: #68633A;
}
.BgClassName
{
background-color: #68633A;
}
</style>
border-color css
<style>
span { border-color: #68633A; }
span { border-color: rgb(104,99,58); }
td.TdClassName
{
border-color: #68633A;
}
.TagClassName
{
border-color: #68633A;
}
</style>