Shades of Verdigris #67633D
Tints of Verdigris #67633D
RGB
CMYK
RGB Variations
Color information
#67633D (or 0x67633D) is known color: Verdigris. HEX triplet: 67, 63 and 3D. RGB value is (103,99,61). Sum of RGB (Red+Green+Blue) = 103+99+61=263 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.16% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 103 - color contains mainly: red. Hex color #67633D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67633D is #989CC2. Grayscale: #606060. Windows color (decimal): -10001603 or 4023143. OLE color: 4023143.
HSL color Cylindrical-coordinate representation of color #67633D: hue angle of 54.29º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #67633D is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 99 | 61 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.60 |
| HSL | 54.29º | 0.26% | 0.32% | - |
| HSV(B) | 54.29º | 0.41% | 0.4% | - |
| XYZ | 10.9 | 12.14 | 6.18 | - |
| YUV | 95.86 | 108.33 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 99 | 61 | 0 | 0.04 | 0.41 | 0.60 | 54.29 | 0.26 | 0.32 |
| Hex | 67 | 63 | 3D | 0 | 4 | 29 | 3C | 36 | 1A | 20 |
| Octal | 147 | 143 | 75 | 0 | 4 | 51 | 74 | 66 | 32 | 40 |
| Binary | 1100111 | 1100011 | 111101 | 0 | 100 | 101001 | 111100 | 110110 | 11010 | 100000 |
Color Harmonies of #67633D
Complementary color
Monochromatic Colors of #67633D
Black with #67633D
Text Example
Text Example
White with #67633D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67633D; }
p { color: rgb(103,99,61); }
H1.HeaderClassName
{
color: #67633D;
}
.AnyTagClassName
{
color: #67633D;
}
</style>
background-color css
<style>
a { background-color: #67633D; }
a { background-color: rgb(103,99,61); }
div.DivClassName
{
background-color: #67633D;
}
.BgClassName
{
background-color: #67633D;
}
</style>
border-color css
<style>
span { border-color: #67633D; }
span { border-color: rgb(103,99,61); }
td.TdClassName
{
border-color: #67633D;
}
.TagClassName
{
border-color: #67633D;
}
</style>