Shades of Verdigris #6A683C
Tints of Verdigris #6A683C
RGB
CMYK
RGB Variations
Color information
#6A683C (or 0x6A683C) is known color: Verdigris. HEX triplet: 6A, 68 and 3C. RGB value is (106,104,60). Sum of RGB (Red+Green+Blue) = 106+104+60=270 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.26% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 106 - color contains mainly: red. Hex color #6A683C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A683C is #9597C3. Grayscale: #636363. Windows color (decimal): -9803716 or 3958890. OLE color: 3958890.
HSL color Cylindrical-coordinate representation of color #6A683C: hue angle of 57.39º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6A683C is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 104 | 60 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.58 |
| HSL | 57.39º | 0.28% | 0.33% | - |
| HSV(B) | 57.39º | 0.43% | 0.42% | - |
| XYZ | 11.71 | 13.29 | 6.22 | - |
| YUV | 99.58 | 105.66 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 104 | 60 | 0 | 0.02 | 0.43 | 0.58 | 57.39 | 0.28 | 0.33 |
| Hex | 6A | 68 | 3C | 0 | 2 | 2B | 3A | 39 | 1C | 21 |
| Octal | 152 | 150 | 74 | 0 | 2 | 53 | 72 | 71 | 34 | 41 |
| Binary | 1101010 | 1101000 | 111100 | 0 | 10 | 101011 | 111010 | 111001 | 11100 | 100001 |
Color Harmonies of #6A683C
Complementary color
Monochromatic Colors of #6A683C
Black with #6A683C
Text Example
Text Example
White with #6A683C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A683C; }
p { color: rgb(106,104,60); }
H1.HeaderClassName
{
color: #6A683C;
}
.AnyTagClassName
{
color: #6A683C;
}
</style>
background-color css
<style>
a { background-color: #6A683C; }
a { background-color: rgb(106,104,60); }
div.DivClassName
{
background-color: #6A683C;
}
.BgClassName
{
background-color: #6A683C;
}
</style>
border-color css
<style>
span { border-color: #6A683C; }
span { border-color: rgb(106,104,60); }
td.TdClassName
{
border-color: #6A683C;
}
.TagClassName
{
border-color: #6A683C;
}
</style>