Shades of Verdigris #666138
Tints of Verdigris #666138
RGB
CMYK
RGB Variations
Color information
#666138 (or 0x666138) is known color: Verdigris. HEX triplet: 66, 61 and 38. RGB value is (102,97,56). Sum of RGB (Red+Green+Blue) = 102+97+56=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 56 (22.27% from 255 or 21.96% from 255); Max value from RGB is 102 - color contains mainly: red. Hex color #666138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666138 is #999EC7. Grayscale: #5D5D5D. Windows color (decimal): -10067656 or 3694950. OLE color: 3694950.
HSL color Cylindrical-coordinate representation of color #666138: hue angle of 53.48º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #666138 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 97 | 56 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.6 |
| HSL | 53.48º | 0.29% | 0.31% | - |
| HSV(B) | 53.48º | 0.45% | 0.4% | - |
| XYZ | 10.47 | 11.66 | 5.44 | - |
| YUV | 93.82 | 106.66 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 97 | 56 | 0 | 0.05 | 0.45 | 0.6 | 53.48 | 0.29 | 0.31 |
| Hex | 66 | 61 | 38 | 0 | 5 | 2D | 3C | 35 | 1D | 1F |
| Octal | 146 | 141 | 70 | 0 | 5 | 55 | 74 | 65 | 35 | 37 |
| Binary | 1100110 | 1100001 | 111000 | 0 | 101 | 101101 | 111100 | 110101 | 11101 | 11111 |
Color Harmonies of #666138
Complementary color
Monochromatic Colors of #666138
Black with #666138
Text Example
Text Example
White with #666138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666138; }
p { color: rgb(102,97,56); }
H1.HeaderClassName
{
color: #666138;
}
.AnyTagClassName
{
color: #666138;
}
</style>
background-color css
<style>
a { background-color: #666138; }
a { background-color: rgb(102,97,56); }
div.DivClassName
{
background-color: #666138;
}
.BgClassName
{
background-color: #666138;
}
</style>
border-color css
<style>
span { border-color: #666138; }
span { border-color: rgb(102,97,56); }
td.TdClassName
{
border-color: #666138;
}
.TagClassName
{
border-color: #666138;
}
</style>