Shades of Verdigris #6B653E
Tints of Verdigris #6B653E
RGB
CMYK
RGB Variations
Color information
#6B653E (or 0x6B653E) is known color: Verdigris. HEX triplet: 6B, 65 and 3E. RGB value is (107,101,62). Sum of RGB (Red+Green+Blue) = 107+101+62=270 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.63% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 107 - color contains mainly: red. Hex color #6B653E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B653E is #949AC1. Grayscale: #626262. Windows color (decimal): -9738946 or 4089195. OLE color: 4089195.
HSL color Cylindrical-coordinate representation of color #6B653E: hue angle of 52º 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 #6B653E is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 101 | 62 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.58 |
| HSL | 52º | 0.27% | 0.33% | - |
| HSV(B) | 52º | 0.42% | 0.42% | - |
| XYZ | 11.59 | 12.78 | 6.41 | - |
| YUV | 98.35 | 107.49 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 101 | 62 | 0 | 0.06 | 0.42 | 0.58 | 52 | 0.27 | 0.33 |
| Hex | 6B | 65 | 3E | 0 | 6 | 2A | 3A | 34 | 1B | 21 |
| Octal | 153 | 145 | 76 | 0 | 6 | 52 | 72 | 64 | 33 | 41 |
| Binary | 1101011 | 1100101 | 111110 | 0 | 110 | 101010 | 111010 | 110100 | 11011 | 100001 |
Color Harmonies of #6B653E
Complementary color
Monochromatic Colors of #6B653E
Black with #6B653E
Text Example
Text Example
White with #6B653E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B653E; }
p { color: rgb(107,101,62); }
H1.HeaderClassName
{
color: #6B653E;
}
.AnyTagClassName
{
color: #6B653E;
}
</style>
background-color css
<style>
a { background-color: #6B653E; }
a { background-color: rgb(107,101,62); }
div.DivClassName
{
background-color: #6B653E;
}
.BgClassName
{
background-color: #6B653E;
}
</style>
border-color css
<style>
span { border-color: #6B653E; }
span { border-color: rgb(107,101,62); }
td.TdClassName
{
border-color: #6B653E;
}
.TagClassName
{
border-color: #6B653E;
}
</style>