Shades of Verdigris #68643C
Tints of Verdigris #68643C
RGB
CMYK
RGB Variations
Color information
#68643C (or 0x68643C) is known color: Verdigris. HEX triplet: 68, 64 and 3C. RGB value is (104,100,60). Sum of RGB (Red+Green+Blue) = 104+100+60=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 100 (39.45% from 255 or 37.88% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 104 - color contains mainly: red. Hex color #68643C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68643C is #979BC3. Grayscale: #606060. Windows color (decimal): -9935812 or 3957864. OLE color: 3957864.
HSL color Cylindrical-coordinate representation of color #68643C: hue angle of 54.55º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68643C is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 100 | 60 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.59 |
| HSL | 54.55º | 0.27% | 0.32% | - |
| HSV(B) | 54.55º | 0.42% | 0.41% | - |
| XYZ | 11.08 | 12.38 | 6.08 | - |
| YUV | 96.64 | 107.33 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 100 | 60 | 0 | 0.04 | 0.42 | 0.59 | 54.55 | 0.27 | 0.32 |
| Hex | 68 | 64 | 3C | 0 | 4 | 2A | 3B | 37 | 1B | 20 |
| Octal | 150 | 144 | 74 | 0 | 4 | 52 | 73 | 67 | 33 | 40 |
| Binary | 1101000 | 1100100 | 111100 | 0 | 100 | 101010 | 111011 | 110111 | 11011 | 100000 |
Color Harmonies of #68643C
Complementary color
Monochromatic Colors of #68643C
Black with #68643C
Text Example
Text Example
White with #68643C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68643C; }
p { color: rgb(104,100,60); }
H1.HeaderClassName
{
color: #68643C;
}
.AnyTagClassName
{
color: #68643C;
}
</style>
background-color css
<style>
a { background-color: #68643C; }
a { background-color: rgb(104,100,60); }
div.DivClassName
{
background-color: #68643C;
}
.BgClassName
{
background-color: #68643C;
}
</style>
border-color css
<style>
span { border-color: #68643C; }
span { border-color: rgb(104,100,60); }
td.TdClassName
{
border-color: #68643C;
}
.TagClassName
{
border-color: #68643C;
}
</style>