Shades of Verdigris #67643A
Tints of Verdigris #67643A
RGB
CMYK
RGB Variations
Color information
#67643A (or 0x67643A) is known color: Verdigris. HEX triplet: 67, 64 and 3A. RGB value is (103,100,58). Sum of RGB (Red+Green+Blue) = 103+100+58=261 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.46% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 103 - color contains mainly: red. Hex color #67643A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67643A is #989BC5. Grayscale: #606060. Windows color (decimal): -10001350 or 3826791. OLE color: 3826791.
HSL color Cylindrical-coordinate representation of color #67643A: hue angle of 56º 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 #67643A is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 100 | 58 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.60 |
| HSL | 56º | 0.28% | 0.32% | - |
| HSV(B) | 56º | 0.44% | 0.4% | - |
| XYZ | 10.91 | 12.3 | 5.8 | - |
| YUV | 96.11 | 106.49 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 100 | 58 | 0 | 0.03 | 0.44 | 0.60 | 56 | 0.28 | 0.32 |
| Hex | 67 | 64 | 3A | 0 | 3 | 2C | 3C | 38 | 1C | 20 |
| Octal | 147 | 144 | 72 | 0 | 3 | 54 | 74 | 70 | 34 | 40 |
| Binary | 1100111 | 1100100 | 111010 | 0 | 11 | 101100 | 111100 | 111000 | 11100 | 100000 |
Color Harmonies of #67643A
Complementary color
Monochromatic Colors of #67643A
Black with #67643A
Text Example
Text Example
White with #67643A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67643A; }
p { color: rgb(103,100,58); }
H1.HeaderClassName
{
color: #67643A;
}
.AnyTagClassName
{
color: #67643A;
}
</style>
background-color css
<style>
a { background-color: #67643A; }
a { background-color: rgb(103,100,58); }
div.DivClassName
{
background-color: #67643A;
}
.BgClassName
{
background-color: #67643A;
}
</style>
border-color css
<style>
span { border-color: #67643A; }
span { border-color: rgb(103,100,58); }
td.TdClassName
{
border-color: #67643A;
}
.TagClassName
{
border-color: #67643A;
}
</style>