Shades of Verdigris #67603E
Tints of Verdigris #67603E
RGB
CMYK
RGB Variations
Color information
#67603E (or 0x67603E) is known color: Verdigris. HEX triplet: 67, 60 and 3E. RGB value is (103,96,62). Sum of RGB (Red+Green+Blue) = 103+96+62=261 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.46% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 103 - color contains mainly: red. Hex color #67603E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67603E is #989FC1. Grayscale: #5E5E5E. Windows color (decimal): -10002370 or 4087911. OLE color: 4087911.
HSL color Cylindrical-coordinate representation of color #67603E: hue angle of 49.76º 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 #67603E is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 96 | 62 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.60 |
| HSL | 49.76º | 0.25% | 0.32% | - |
| HSV(B) | 49.76º | 0.4% | 0.4% | - |
| XYZ | 10.65 | 11.6 | 6.23 | - |
| YUV | 94.22 | 109.82 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 96 | 62 | 0 | 0.07 | 0.40 | 0.60 | 49.76 | 0.25 | 0.32 |
| Hex | 67 | 60 | 3E | 0 | 7 | 28 | 3C | 32 | 19 | 20 |
| Octal | 147 | 140 | 76 | 0 | 7 | 50 | 74 | 62 | 31 | 40 |
| Binary | 1100111 | 1100000 | 111110 | 0 | 111 | 101000 | 111100 | 110010 | 11001 | 100000 |
Color Harmonies of #67603E
Complementary color
Monochromatic Colors of #67603E
Black with #67603E
Text Example
Text Example
White with #67603E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67603E; }
p { color: rgb(103,96,62); }
H1.HeaderClassName
{
color: #67603E;
}
.AnyTagClassName
{
color: #67603E;
}
</style>
background-color css
<style>
a { background-color: #67603E; }
a { background-color: rgb(103,96,62); }
div.DivClassName
{
background-color: #67603E;
}
.BgClassName
{
background-color: #67603E;
}
</style>
border-color css
<style>
span { border-color: #67603E; }
span { border-color: rgb(103,96,62); }
td.TdClassName
{
border-color: #67603E;
}
.TagClassName
{
border-color: #67603E;
}
</style>