Shades of Verdigris #68633C
Tints of Verdigris #68633C
RGB
CMYK
RGB Variations
Color information
#68633C (or 0x68633C) is known color: Verdigris. HEX triplet: 68, 63 and 3C. RGB value is (104,99,60). Sum of RGB (Red+Green+Blue) = 104+99+60=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 104 - color contains mainly: red. Hex color #68633C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68633C is #979CC3. Grayscale: #606060. Windows color (decimal): -9936068 or 3957608. OLE color: 3957608.
HSL color Cylindrical-coordinate representation of color #68633C: hue angle of 53.18º 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 #68633C is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 99 | 60 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.59 |
| HSL | 53.18º | 0.27% | 0.32% | - |
| HSV(B) | 53.18º | 0.42% | 0.41% | - |
| XYZ | 10.99 | 12.19 | 6.05 | - |
| YUV | 96.05 | 107.66 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 99 | 60 | 0 | 0.05 | 0.42 | 0.59 | 53.18 | 0.27 | 0.32 |
| Hex | 68 | 63 | 3C | 0 | 5 | 2A | 3B | 35 | 1B | 20 |
| Octal | 150 | 143 | 74 | 0 | 5 | 52 | 73 | 65 | 33 | 40 |
| Binary | 1101000 | 1100011 | 111100 | 0 | 101 | 101010 | 111011 | 110101 | 11011 | 100000 |
Color Harmonies of #68633C
Complementary color
Monochromatic Colors of #68633C
Black with #68633C
Text Example
Text Example
White with #68633C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68633C; }
p { color: rgb(104,99,60); }
H1.HeaderClassName
{
color: #68633C;
}
.AnyTagClassName
{
color: #68633C;
}
</style>
background-color css
<style>
a { background-color: #68633C; }
a { background-color: rgb(104,99,60); }
div.DivClassName
{
background-color: #68633C;
}
.BgClassName
{
background-color: #68633C;
}
</style>
border-color css
<style>
span { border-color: #68633C; }
span { border-color: rgb(104,99,60); }
td.TdClassName
{
border-color: #68633C;
}
.TagClassName
{
border-color: #68633C;
}
</style>