Shades of Verdigris #675F40
Tints of Verdigris #675F40
RGB
CMYK
RGB Variations
Color information
#675F40 (or 0x675F40) is known color: Verdigris. HEX triplet: 67, 5F and 40. RGB value is (103,95,64). Sum of RGB (Red+Green+Blue) = 103+95+64=262 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.31% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 103 - color contains mainly: red. Hex color #675F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675F40 is #98A0BF. Grayscale: #5D5D5D. Windows color (decimal): -10002624 or 4218727. OLE color: 4218727.
HSL color Cylindrical-coordinate representation of color #675F40: hue angle of 47.69º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #675F40 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 95 | 64 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.60 |
| HSL | 47.69º | 0.23% | 0.33% | - |
| HSV(B) | 47.69º | 0.38% | 0.4% | - |
| XYZ | 10.61 | 11.44 | 6.5 | - |
| YUV | 93.86 | 111.15 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 95 | 64 | 0 | 0.08 | 0.38 | 0.60 | 47.69 | 0.23 | 0.33 |
| Hex | 67 | 5F | 40 | 0 | 8 | 26 | 3C | 30 | 17 | 21 |
| Octal | 147 | 137 | 100 | 0 | 10 | 46 | 74 | 60 | 27 | 41 |
| Binary | 1100111 | 1011111 | 1000000 | 0 | 1000 | 100110 | 111100 | 110000 | 10111 | 100001 |
Color Harmonies of #675F40
Complementary color
Monochromatic Colors of #675F40
Black with #675F40
Text Example
Text Example
White with #675F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675F40; }
p { color: rgb(103,95,64); }
H1.HeaderClassName
{
color: #675F40;
}
.AnyTagClassName
{
color: #675F40;
}
</style>
background-color css
<style>
a { background-color: #675F40; }
a { background-color: rgb(103,95,64); }
div.DivClassName
{
background-color: #675F40;
}
.BgClassName
{
background-color: #675F40;
}
</style>
border-color css
<style>
span { border-color: #675F40; }
span { border-color: rgb(103,95,64); }
td.TdClassName
{
border-color: #675F40;
}
.TagClassName
{
border-color: #675F40;
}
</style>