Shades of Verdigris #676138
Tints of Verdigris #676138
RGB
CMYK
RGB Variations
Color information
#676138 (or 0x676138) is known color: Verdigris. HEX triplet: 67, 61 and 38. RGB value is (103,97,56). Sum of RGB (Red+Green+Blue) = 103+97+56=256 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.23% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 56 (22.27% from 255 or 21.88% from 256); Max value from RGB is 103 - color contains mainly: red. Hex color #676138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676138 is #989EC7. Grayscale: #5E5E5E. Windows color (decimal): -10002120 or 3694951. OLE color: 3694951.
HSL color Cylindrical-coordinate representation of color #676138: hue angle of 52.34º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #676138 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 97 | 56 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.60 |
| HSL | 52.34º | 0.3% | 0.31% | - |
| HSV(B) | 52.34º | 0.46% | 0.4% | - |
| XYZ | 10.58 | 11.72 | 5.45 | - |
| YUV | 94.12 | 106.49 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 97 | 56 | 0 | 0.06 | 0.46 | 0.60 | 52.34 | 0.3 | 0.31 |
| Hex | 67 | 61 | 38 | 0 | 6 | 2E | 3C | 34 | 1E | 1F |
| Octal | 147 | 141 | 70 | 0 | 6 | 56 | 74 | 64 | 36 | 37 |
| Binary | 1100111 | 1100001 | 111000 | 0 | 110 | 101110 | 111100 | 110100 | 11110 | 11111 |
Color Harmonies of #676138
Complementary color
Monochromatic Colors of #676138
Black with #676138
Text Example
Text Example
White with #676138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676138; }
p { color: rgb(103,97,56); }
H1.HeaderClassName
{
color: #676138;
}
.AnyTagClassName
{
color: #676138;
}
</style>
background-color css
<style>
a { background-color: #676138; }
a { background-color: rgb(103,97,56); }
div.DivClassName
{
background-color: #676138;
}
.BgClassName
{
background-color: #676138;
}
</style>
border-color css
<style>
span { border-color: #676138; }
span { border-color: rgb(103,97,56); }
td.TdClassName
{
border-color: #676138;
}
.TagClassName
{
border-color: #676138;
}
</style>