Shades of Verdigris #67623A
Tints of Verdigris #67623A
RGB
CMYK
RGB Variations
Color information
#67623A (or 0x67623A) is known color: Verdigris. HEX triplet: 67, 62 and 3A. RGB value is (103,98,58). Sum of RGB (Red+Green+Blue) = 103+98+58=259 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.77% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 103 - color contains mainly: red. Hex color #67623A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67623A is #989DC5. Grayscale: #5F5F5F. Windows color (decimal): -10001862 or 3826279. OLE color: 3826279.
HSL color Cylindrical-coordinate representation of color #67623A: hue angle of 53.33º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #67623A is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 98 | 58 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.60 |
| HSL | 53.33º | 0.28% | 0.32% | - |
| HSV(B) | 53.33º | 0.44% | 0.4% | - |
| XYZ | 10.72 | 11.92 | 5.74 | - |
| YUV | 94.94 | 107.16 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 98 | 58 | 0 | 0.05 | 0.44 | 0.60 | 53.33 | 0.28 | 0.32 |
| Hex | 67 | 62 | 3A | 0 | 5 | 2C | 3C | 35 | 1C | 20 |
| Octal | 147 | 142 | 72 | 0 | 5 | 54 | 74 | 65 | 34 | 40 |
| Binary | 1100111 | 1100010 | 111010 | 0 | 101 | 101100 | 111100 | 110101 | 11100 | 100000 |
Color Harmonies of #67623A
Complementary color
Monochromatic Colors of #67623A
Black with #67623A
Text Example
Text Example
White with #67623A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67623A; }
p { color: rgb(103,98,58); }
H1.HeaderClassName
{
color: #67623A;
}
.AnyTagClassName
{
color: #67623A;
}
</style>
background-color css
<style>
a { background-color: #67623A; }
a { background-color: rgb(103,98,58); }
div.DivClassName
{
background-color: #67623A;
}
.BgClassName
{
background-color: #67623A;
}
</style>
border-color css
<style>
span { border-color: #67623A; }
span { border-color: rgb(103,98,58); }
td.TdClassName
{
border-color: #67623A;
}
.TagClassName
{
border-color: #67623A;
}
</style>