Shades of Verdigris #67613A
Tints of Verdigris #67613A
RGB
CMYK
RGB Variations
Color information
#67613A (or 0x67613A) is known color: Verdigris. HEX triplet: 67, 61 and 3A. RGB value is (103,97,58). Sum of RGB (Red+Green+Blue) = 103+97+58=258 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.92% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 58 (23.05% from 255 or 22.48% from 258); Max value from RGB is 103 - color contains mainly: red. Hex color #67613A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67613A is #989EC5. Grayscale: #5E5E5E. Windows color (decimal): -10002118 or 3826023. OLE color: 3826023.
HSL color Cylindrical-coordinate representation of color #67613A: hue angle of 52º 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 #67613A is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 97 | 58 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.60 |
| HSL | 52º | 0.28% | 0.32% | - |
| HSV(B) | 52º | 0.44% | 0.4% | - |
| XYZ | 10.63 | 11.74 | 5.71 | - |
| YUV | 94.35 | 107.49 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 97 | 58 | 0 | 0.06 | 0.44 | 0.60 | 52 | 0.28 | 0.32 |
| Hex | 67 | 61 | 3A | 0 | 6 | 2C | 3C | 34 | 1C | 20 |
| Octal | 147 | 141 | 72 | 0 | 6 | 54 | 74 | 64 | 34 | 40 |
| Binary | 1100111 | 1100001 | 111010 | 0 | 110 | 101100 | 111100 | 110100 | 11100 | 100000 |
Color Harmonies of #67613A
Complementary color
Monochromatic Colors of #67613A
Black with #67613A
Text Example
Text Example
White with #67613A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67613A; }
p { color: rgb(103,97,58); }
H1.HeaderClassName
{
color: #67613A;
}
.AnyTagClassName
{
color: #67613A;
}
</style>
background-color css
<style>
a { background-color: #67613A; }
a { background-color: rgb(103,97,58); }
div.DivClassName
{
background-color: #67613A;
}
.BgClassName
{
background-color: #67613A;
}
</style>
border-color css
<style>
span { border-color: #67613A; }
span { border-color: rgb(103,97,58); }
td.TdClassName
{
border-color: #67613A;
}
.TagClassName
{
border-color: #67613A;
}
</style>