Shades of Verdigris #67663D
Tints of Verdigris #67663D
RGB
CMYK
RGB Variations
Color information
#67663D (or 0x67663D) is known color: Verdigris. HEX triplet: 67, 66 and 3D. RGB value is (103,102,61). Sum of RGB (Red+Green+Blue) = 103+102+61=266 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.72% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 103 - color contains mainly: red. Hex color #67663D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67663D is #9899C2. Grayscale: #616161. Windows color (decimal): -10000835 or 4023911. OLE color: 4023911.
HSL color Cylindrical-coordinate representation of color #67663D: hue angle of 58.57º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #67663D is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 102 | 61 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.60 |
| HSL | 58.57º | 0.26% | 0.32% | - |
| HSV(B) | 58.57º | 0.41% | 0.4% | - |
| XYZ | 11.19 | 12.72 | 6.28 | - |
| YUV | 97.63 | 107.33 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 102 | 61 | 0 | 0.01 | 0.41 | 0.60 | 58.57 | 0.26 | 0.32 |
| Hex | 67 | 66 | 3D | 0 | 1 | 29 | 3C | 3B | 1A | 20 |
| Octal | 147 | 146 | 75 | 0 | 1 | 51 | 74 | 73 | 32 | 40 |
| Binary | 1100111 | 1100110 | 111101 | 0 | 1 | 101001 | 111100 | 111011 | 11010 | 100000 |
Color Harmonies of #67663D
Complementary color
Monochromatic Colors of #67663D
Black with #67663D
Text Example
Text Example
White with #67663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67663D; }
p { color: rgb(103,102,61); }
H1.HeaderClassName
{
color: #67663D;
}
.AnyTagClassName
{
color: #67663D;
}
</style>
background-color css
<style>
a { background-color: #67663D; }
a { background-color: rgb(103,102,61); }
div.DivClassName
{
background-color: #67663D;
}
.BgClassName
{
background-color: #67663D;
}
</style>
border-color css
<style>
span { border-color: #67663D; }
span { border-color: rgb(103,102,61); }
td.TdClassName
{
border-color: #67663D;
}
.TagClassName
{
border-color: #67663D;
}
</style>