Shades of Verdigris #6D6A3C
Tints of Verdigris #6D6A3C
RGB
CMYK
RGB Variations
Color information
#6D6A3C (or 0x6D6A3C) is known color: Verdigris. HEX triplet: 6D, 6A and 3C. RGB value is (109,106,60). Sum of RGB (Red+Green+Blue) = 109+106+60=275 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.64% from 275); Green value is 106 (41.80% from 255 or 38.55% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6A3C is #9295C3. Grayscale: #656565. Windows color (decimal): -9606596 or 3959405. OLE color: 3959405.
HSL color Cylindrical-coordinate representation of color #6D6A3C: hue angle of 56.33º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6D6A3C is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 106 | 60 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.57 |
| HSL | 56.33º | 0.29% | 0.33% | - |
| HSV(B) | 56.33º | 0.45% | 0.43% | - |
| XYZ | 12.28 | 13.89 | 6.31 | - |
| YUV | 101.65 | 104.49 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 106 | 60 | 0 | 0.03 | 0.45 | 0.57 | 56.33 | 0.29 | 0.33 |
| Hex | 6D | 6A | 3C | 0 | 3 | 2D | 39 | 38 | 1D | 21 |
| Octal | 155 | 152 | 74 | 0 | 3 | 55 | 71 | 70 | 35 | 41 |
| Binary | 1101101 | 1101010 | 111100 | 0 | 11 | 101101 | 111001 | 111000 | 11101 | 100001 |
Color Harmonies of #6D6A3C
Complementary color
Monochromatic Colors of #6D6A3C
Black with #6D6A3C
Text Example
Text Example
White with #6D6A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6A3C; }
p { color: rgb(109,106,60); }
H1.HeaderClassName
{
color: #6D6A3C;
}
.AnyTagClassName
{
color: #6D6A3C;
}
</style>
background-color css
<style>
a { background-color: #6D6A3C; }
a { background-color: rgb(109,106,60); }
div.DivClassName
{
background-color: #6D6A3C;
}
.BgClassName
{
background-color: #6D6A3C;
}
</style>
border-color css
<style>
span { border-color: #6D6A3C; }
span { border-color: rgb(109,106,60); }
td.TdClassName
{
border-color: #6D6A3C;
}
.TagClassName
{
border-color: #6D6A3C;
}
</style>