Shades of Verdigris #6C663D
Tints of Verdigris #6C663D
RGB
CMYK
RGB Variations
Color information
#6C663D (or 0x6C663D) is known color: Verdigris. HEX triplet: 6C, 66 and 3D. RGB value is (108,102,61). Sum of RGB (Red+Green+Blue) = 108+102+61=271 (35% of max value = 765). Red value is 108 (42.58% from 255 or 39.85% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 108 - color contains mainly: red. Hex color #6C663D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C663D is #9399C2. Grayscale: #636363. Windows color (decimal): -9673155 or 4023916. OLE color: 4023916.
HSL color Cylindrical-coordinate representation of color #6C663D: hue angle of 52.34º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6C663D is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 102 | 61 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.58 |
| HSL | 52.34º | 0.28% | 0.33% | - |
| HSV(B) | 52.34º | 0.44% | 0.42% | - |
| XYZ | 11.78 | 13.03 | 6.31 | - |
| YUV | 99.12 | 106.49 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 102 | 61 | 0 | 0.06 | 0.44 | 0.58 | 52.34 | 0.28 | 0.33 |
| Hex | 6C | 66 | 3D | 0 | 6 | 2C | 3A | 34 | 1C | 21 |
| Octal | 154 | 146 | 75 | 0 | 6 | 54 | 72 | 64 | 34 | 41 |
| Binary | 1101100 | 1100110 | 111101 | 0 | 110 | 101100 | 111010 | 110100 | 11100 | 100001 |
Color Harmonies of #6C663D
Complementary color
Monochromatic Colors of #6C663D
Black with #6C663D
Text Example
Text Example
White with #6C663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C663D; }
p { color: rgb(108,102,61); }
H1.HeaderClassName
{
color: #6C663D;
}
.AnyTagClassName
{
color: #6C663D;
}
</style>
background-color css
<style>
a { background-color: #6C663D; }
a { background-color: rgb(108,102,61); }
div.DivClassName
{
background-color: #6C663D;
}
.BgClassName
{
background-color: #6C663D;
}
</style>
border-color css
<style>
span { border-color: #6C663D; }
span { border-color: rgb(108,102,61); }
td.TdClassName
{
border-color: #6C663D;
}
.TagClassName
{
border-color: #6C663D;
}
</style>