Shades of Verdigris #666838
Tints of Verdigris #666838
RGB
CMYK
RGB Variations
Color information
#666838 (or 0x666838) is known color: Verdigris. HEX triplet: 66, 68 and 38. RGB value is (102,104,56). Sum of RGB (Red+Green+Blue) = 102+104+56=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 104 (41.02% from 255 or 39.69% from 262); Blue value is 56 (22.27% from 255 or 21.37% from 262); Max value from RGB is 104 - color contains mainly: green. Hex color #666838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666838 is #9997C7. Grayscale: #626262. Windows color (decimal): -10065864 or 3696742. OLE color: 3696742.
HSL color Cylindrical-coordinate representation of color #666838: hue angle of 62.5º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #666838 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 104 | 56 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.59 |
| HSL | 62.5º | 0.3% | 0.31% | - |
| HSV(B) | 62.5º | 0.46% | 0.41% | - |
| XYZ | 11.14 | 13.01 | 5.67 | - |
| YUV | 97.93 | 104.34 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 56 | 0.02 | 0 | 0.46 | 0.59 | 62.5 | 0.3 | 0.31 |
| Hex | 66 | 68 | 38 | 2 | 0 | 2E | 3B | 3F | 1E | 1F |
| Octal | 146 | 150 | 70 | 2 | 0 | 56 | 73 | 77 | 36 | 37 |
| Binary | 1100110 | 1101000 | 111000 | 10 | 0 | 101110 | 111011 | 111111 | 11110 | 11111 |
Color Harmonies of #666838
Complementary color
Monochromatic Colors of #666838
Black with #666838
Text Example
Text Example
White with #666838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666838; }
p { color: rgb(102,104,56); }
H1.HeaderClassName
{
color: #666838;
}
.AnyTagClassName
{
color: #666838;
}
</style>
background-color css
<style>
a { background-color: #666838; }
a { background-color: rgb(102,104,56); }
div.DivClassName
{
background-color: #666838;
}
.BgClassName
{
background-color: #666838;
}
</style>
border-color css
<style>
span { border-color: #666838; }
span { border-color: rgb(102,104,56); }
td.TdClassName
{
border-color: #666838;
}
.TagClassName
{
border-color: #666838;
}
</style>