Shades of Verdigris #6B6836
Tints of Verdigris #6B6836
RGB
CMYK
RGB Variations
Color information
#6B6836 (or 0x6B6836) is known color: Verdigris. HEX triplet: 6B, 68 and 36. RGB value is (107,104,54). Sum of RGB (Red+Green+Blue) = 107+104+54=265 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.38% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6836 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6836 is #9497C9. Grayscale: #636363. Windows color (decimal): -9738186 or 3565675. OLE color: 3565675.
HSL color Cylindrical-coordinate representation of color #6B6836: hue angle of 56.6º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B6836 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 104 | 54 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.58 |
| HSL | 56.6º | 0.33% | 0.32% | - |
| HSV(B) | 56.6º | 0.5% | 0.42% | - |
| XYZ | 11.68 | 13.29 | 5.44 | - |
| YUV | 99.2 | 102.49 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 104 | 54 | 0 | 0.03 | 0.50 | 0.58 | 56.6 | 0.33 | 0.32 |
| Hex | 6B | 68 | 36 | 0 | 3 | 32 | 3A | 39 | 21 | 20 |
| Octal | 153 | 150 | 66 | 0 | 3 | 62 | 72 | 71 | 41 | 40 |
| Binary | 1101011 | 1101000 | 110110 | 0 | 11 | 110010 | 111010 | 111001 | 100001 | 100000 |
Color Harmonies of #6B6836
Complementary color
Monochromatic Colors of #6B6836
Black with #6B6836
Text Example
Text Example
White with #6B6836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6836; }
p { color: rgb(107,104,54); }
H1.HeaderClassName
{
color: #6B6836;
}
.AnyTagClassName
{
color: #6B6836;
}
</style>
background-color css
<style>
a { background-color: #6B6836; }
a { background-color: rgb(107,104,54); }
div.DivClassName
{
background-color: #6B6836;
}
.BgClassName
{
background-color: #6B6836;
}
</style>
border-color css
<style>
span { border-color: #6B6836; }
span { border-color: rgb(107,104,54); }
td.TdClassName
{
border-color: #6B6836;
}
.TagClassName
{
border-color: #6B6836;
}
</style>