Shades of Verdigris #68633B
Tints of Verdigris #68633B
RGB
CMYK
RGB Variations
Color information
#68633B (or 0x68633B) is known color: Verdigris. HEX triplet: 68, 63 and 3B. RGB value is (104,99,59). Sum of RGB (Red+Green+Blue) = 104+99+59=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 104 - color contains mainly: red. Hex color #68633B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68633B is #979CC4. Grayscale: #606060. Windows color (decimal): -9936069 or 3892072. OLE color: 3892072.
HSL color Cylindrical-coordinate representation of color #68633B: hue angle of 53.33º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68633B is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 99 | 59 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.59 |
| HSL | 53.33º | 0.28% | 0.32% | - |
| HSV(B) | 53.33º | 0.43% | 0.41% | - |
| XYZ | 10.96 | 12.18 | 5.91 | - |
| YUV | 95.94 | 107.16 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 99 | 59 | 0 | 0.05 | 0.43 | 0.59 | 53.33 | 0.28 | 0.32 |
| Hex | 68 | 63 | 3B | 0 | 5 | 2B | 3B | 35 | 1C | 20 |
| Octal | 150 | 143 | 73 | 0 | 5 | 53 | 73 | 65 | 34 | 40 |
| Binary | 1101000 | 1100011 | 111011 | 0 | 101 | 101011 | 111011 | 110101 | 11100 | 100000 |
Color Harmonies of #68633B
Complementary color
Monochromatic Colors of #68633B
Black with #68633B
Text Example
Text Example
White with #68633B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68633B; }
p { color: rgb(104,99,59); }
H1.HeaderClassName
{
color: #68633B;
}
.AnyTagClassName
{
color: #68633B;
}
</style>
background-color css
<style>
a { background-color: #68633B; }
a { background-color: rgb(104,99,59); }
div.DivClassName
{
background-color: #68633B;
}
.BgClassName
{
background-color: #68633B;
}
</style>
border-color css
<style>
span { border-color: #68633B; }
span { border-color: rgb(104,99,59); }
td.TdClassName
{
border-color: #68633B;
}
.TagClassName
{
border-color: #68633B;
}
</style>