Shades of Verdigris #67683F
Tints of Verdigris #67683F
RGB
CMYK
RGB Variations
Color information
#67683F (or 0x67683F) is known color: Verdigris. HEX triplet: 67, 68 and 3F. RGB value is (103,104,63). Sum of RGB (Red+Green+Blue) = 103+104+63=270 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.15% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 104 - color contains mainly: green. Hex color #67683F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67683F is #9897C0. Grayscale: #636363. Windows color (decimal): -10000321 or 4155495. OLE color: 4155495.
HSL color Cylindrical-coordinate representation of color #67683F: hue angle of 61.46º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #67683F is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 104 | 63 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.59 |
| HSL | 61.46º | 0.25% | 0.33% | - |
| HSV(B) | 61.46º | 0.39% | 0.41% | - |
| XYZ | 11.44 | 13.14 | 6.64 | - |
| YUV | 99.03 | 107.67 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 104 | 63 | 0.01 | 0 | 0.39 | 0.59 | 61.46 | 0.25 | 0.33 |
| Hex | 67 | 68 | 3F | 1 | 0 | 27 | 3B | 3D | 19 | 21 |
| Octal | 147 | 150 | 77 | 1 | 0 | 47 | 73 | 75 | 31 | 41 |
| Binary | 1100111 | 1101000 | 111111 | 1 | 0 | 100111 | 111011 | 111101 | 11001 | 100001 |
Color Harmonies of #67683F
Complementary color
Monochromatic Colors of #67683F
Black with #67683F
Text Example
Text Example
White with #67683F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67683F; }
p { color: rgb(103,104,63); }
H1.HeaderClassName
{
color: #67683F;
}
.AnyTagClassName
{
color: #67683F;
}
</style>
background-color css
<style>
a { background-color: #67683F; }
a { background-color: rgb(103,104,63); }
div.DivClassName
{
background-color: #67683F;
}
.BgClassName
{
background-color: #67683F;
}
</style>
border-color css
<style>
span { border-color: #67683F; }
span { border-color: rgb(103,104,63); }
td.TdClassName
{
border-color: #67683F;
}
.TagClassName
{
border-color: #67683F;
}
</style>