Shades of Verdigris #67663C
Tints of Verdigris #67663C
RGB
CMYK
RGB Variations
Color information
#67663C (or 0x67663C) is known color: Verdigris. HEX triplet: 67, 66 and 3C. RGB value is (103,102,60). Sum of RGB (Red+Green+Blue) = 103+102+60=265 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.87% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 103 - color contains mainly: red. Hex color #67663C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67663C is #9899C3. Grayscale: #616161. Windows color (decimal): -10000836 or 3958375. OLE color: 3958375.
HSL color Cylindrical-coordinate representation of color #67663C: hue angle of 58.6º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #67663C is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 102 | 60 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.60 |
| HSL | 58.6º | 0.26% | 0.32% | - |
| HSV(B) | 58.6º | 0.42% | 0.4% | - |
| XYZ | 11.16 | 12.71 | 6.14 | - |
| YUV | 97.51 | 106.83 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 102 | 60 | 0 | 0.01 | 0.42 | 0.60 | 58.6 | 0.26 | 0.32 |
| Hex | 67 | 66 | 3C | 0 | 1 | 2A | 3C | 3B | 1A | 20 |
| Octal | 147 | 146 | 74 | 0 | 1 | 52 | 74 | 73 | 32 | 40 |
| Binary | 1100111 | 1100110 | 111100 | 0 | 1 | 101010 | 111100 | 111011 | 11010 | 100000 |
Color Harmonies of #67663C
Complementary color
Monochromatic Colors of #67663C
Black with #67663C
Text Example
Text Example
White with #67663C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67663C; }
p { color: rgb(103,102,60); }
H1.HeaderClassName
{
color: #67663C;
}
.AnyTagClassName
{
color: #67663C;
}
</style>
background-color css
<style>
a { background-color: #67663C; }
a { background-color: rgb(103,102,60); }
div.DivClassName
{
background-color: #67663C;
}
.BgClassName
{
background-color: #67663C;
}
</style>
border-color css
<style>
span { border-color: #67663C; }
span { border-color: rgb(103,102,60); }
td.TdClassName
{
border-color: #67663C;
}
.TagClassName
{
border-color: #67663C;
}
</style>