Shades of Verdigris #6B673E
Tints of Verdigris #6B673E
RGB
CMYK
RGB Variations
Color information
#6B673E (or 0x6B673E) is known color: Verdigris. HEX triplet: 6B, 67 and 3E. RGB value is (107,103,62). Sum of RGB (Red+Green+Blue) = 107+103+62=272 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.34% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 107 - color contains mainly: red. Hex color #6B673E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B673E is #9498C1. Grayscale: #636363. Windows color (decimal): -9738434 or 4089707. OLE color: 4089707.
HSL color Cylindrical-coordinate representation of color #6B673E: hue angle of 54.67º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6B673E is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 103 | 62 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.58 |
| HSL | 54.67º | 0.27% | 0.33% | - |
| HSV(B) | 54.67º | 0.42% | 0.42% | - |
| XYZ | 11.78 | 13.17 | 6.48 | - |
| YUV | 99.52 | 106.83 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 103 | 62 | 0 | 0.04 | 0.42 | 0.58 | 54.67 | 0.27 | 0.33 |
| Hex | 6B | 67 | 3E | 0 | 4 | 2A | 3A | 37 | 1B | 21 |
| Octal | 153 | 147 | 76 | 0 | 4 | 52 | 72 | 67 | 33 | 41 |
| Binary | 1101011 | 1100111 | 111110 | 0 | 100 | 101010 | 111010 | 110111 | 11011 | 100001 |
Color Harmonies of #6B673E
Complementary color
Monochromatic Colors of #6B673E
Black with #6B673E
Text Example
Text Example
White with #6B673E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B673E; }
p { color: rgb(107,103,62); }
H1.HeaderClassName
{
color: #6B673E;
}
.AnyTagClassName
{
color: #6B673E;
}
</style>
background-color css
<style>
a { background-color: #6B673E; }
a { background-color: rgb(107,103,62); }
div.DivClassName
{
background-color: #6B673E;
}
.BgClassName
{
background-color: #6B673E;
}
</style>
border-color css
<style>
span { border-color: #6B673E; }
span { border-color: rgb(107,103,62); }
td.TdClassName
{
border-color: #6B673E;
}
.TagClassName
{
border-color: #6B673E;
}
</style>