Shades of Verdigris #67653E
Tints of Verdigris #67653E
RGB
CMYK
RGB Variations
Color information
#67653E (or 0x67653E) is known color: Verdigris. HEX triplet: 67, 65 and 3E. RGB value is (103,101,62). Sum of RGB (Red+Green+Blue) = 103+101+62=266 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.72% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 103 - color contains mainly: red. Hex color #67653E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67653E is #989AC1. Grayscale: #616161. Windows color (decimal): -10001090 or 4089191. OLE color: 4089191.
HSL color Cylindrical-coordinate representation of color #67653E: hue angle of 57.07º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #67653E is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 101 | 62 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.60 |
| HSL | 57.07º | 0.25% | 0.32% | - |
| HSV(B) | 57.07º | 0.4% | 0.4% | - |
| XYZ | 11.12 | 12.54 | 6.39 | - |
| YUV | 97.15 | 108.16 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 101 | 62 | 0 | 0.02 | 0.40 | 0.60 | 57.07 | 0.25 | 0.32 |
| Hex | 67 | 65 | 3E | 0 | 2 | 28 | 3C | 39 | 19 | 20 |
| Octal | 147 | 145 | 76 | 0 | 2 | 50 | 74 | 71 | 31 | 40 |
| Binary | 1100111 | 1100101 | 111110 | 0 | 10 | 101000 | 111100 | 111001 | 11001 | 100000 |
Color Harmonies of #67653E
Complementary color
Monochromatic Colors of #67653E
Black with #67653E
Text Example
Text Example
White with #67653E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67653E; }
p { color: rgb(103,101,62); }
H1.HeaderClassName
{
color: #67653E;
}
.AnyTagClassName
{
color: #67653E;
}
</style>
background-color css
<style>
a { background-color: #67653E; }
a { background-color: rgb(103,101,62); }
div.DivClassName
{
background-color: #67653E;
}
.BgClassName
{
background-color: #67653E;
}
</style>
border-color css
<style>
span { border-color: #67653E; }
span { border-color: rgb(103,101,62); }
td.TdClassName
{
border-color: #67653E;
}
.TagClassName
{
border-color: #67653E;
}
</style>