Shades of Verdigris #6B6834
Tints of Verdigris #6B6834
RGB
CMYK
RGB Variations
Color information
#6B6834 (or 0x6B6834) is known color: Verdigris. HEX triplet: 6B, 68 and 34. RGB value is (107,104,52). Sum of RGB (Red+Green+Blue) = 107+104+52=263 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.68% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6834 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6834 is #9497CB. Grayscale: #636363. Windows color (decimal): -9738188 or 3434603. OLE color: 3434603.
HSL color Cylindrical-coordinate representation of color #6B6834: hue angle of 56.73º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B6834 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 104 | 52 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.58 |
| HSL | 56.73º | 0.35% | 0.31% | - |
| HSV(B) | 56.73º | 0.51% | 0.42% | - |
| XYZ | 11.63 | 13.27 | 5.2 | - |
| YUV | 98.97 | 101.49 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 104 | 52 | 0 | 0.03 | 0.51 | 0.58 | 56.73 | 0.35 | 0.31 |
| Hex | 6B | 68 | 34 | 0 | 3 | 33 | 3A | 39 | 23 | 1F |
| Octal | 153 | 150 | 64 | 0 | 3 | 63 | 72 | 71 | 43 | 37 |
| Binary | 1101011 | 1101000 | 110100 | 0 | 11 | 110011 | 111010 | 111001 | 100011 | 11111 |
Color Harmonies of #6B6834
Complementary color
Monochromatic Colors of #6B6834
Black with #6B6834
Text Example
Text Example
White with #6B6834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6834; }
p { color: rgb(107,104,52); }
H1.HeaderClassName
{
color: #6B6834;
}
.AnyTagClassName
{
color: #6B6834;
}
</style>
background-color css
<style>
a { background-color: #6B6834; }
a { background-color: rgb(107,104,52); }
div.DivClassName
{
background-color: #6B6834;
}
.BgClassName
{
background-color: #6B6834;
}
</style>
border-color css
<style>
span { border-color: #6B6834; }
span { border-color: rgb(107,104,52); }
td.TdClassName
{
border-color: #6B6834;
}
.TagClassName
{
border-color: #6B6834;
}
</style>