Shades of Verdigris #675F3C
Tints of Verdigris #675F3C
RGB
CMYK
RGB Variations
Color information
#675F3C (or 0x675F3C) is known color: Verdigris. HEX triplet: 67, 5F and 3C. RGB value is (103,95,60). Sum of RGB (Red+Green+Blue) = 103+95+60=258 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.92% from 258); Green value is 95 (37.5% from 255 or 36.82% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 103 - color contains mainly: red. Hex color #675F3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675F3C is #98A0C3. Grayscale: #5D5D5D. Windows color (decimal): -10002628 or 3956583. OLE color: 3956583.
HSL color Cylindrical-coordinate representation of color #675F3C: hue angle of 48.84º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #675F3C is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 95 | 60 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.60 |
| HSL | 48.84º | 0.26% | 0.32% | - |
| HSV(B) | 48.84º | 0.42% | 0.4% | - |
| XYZ | 10.5 | 11.39 | 5.92 | - |
| YUV | 93.4 | 109.15 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 95 | 60 | 0 | 0.08 | 0.42 | 0.60 | 48.84 | 0.26 | 0.32 |
| Hex | 67 | 5F | 3C | 0 | 8 | 2A | 3C | 31 | 1A | 20 |
| Octal | 147 | 137 | 74 | 0 | 10 | 52 | 74 | 61 | 32 | 40 |
| Binary | 1100111 | 1011111 | 111100 | 0 | 1000 | 101010 | 111100 | 110001 | 11010 | 100000 |
Color Harmonies of #675F3C
Complementary color
Monochromatic Colors of #675F3C
Black with #675F3C
Text Example
Text Example
White with #675F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675F3C; }
p { color: rgb(103,95,60); }
H1.HeaderClassName
{
color: #675F3C;
}
.AnyTagClassName
{
color: #675F3C;
}
</style>
background-color css
<style>
a { background-color: #675F3C; }
a { background-color: rgb(103,95,60); }
div.DivClassName
{
background-color: #675F3C;
}
.BgClassName
{
background-color: #675F3C;
}
</style>
border-color css
<style>
span { border-color: #675F3C; }
span { border-color: rgb(103,95,60); }
td.TdClassName
{
border-color: #675F3C;
}
.TagClassName
{
border-color: #675F3C;
}
</style>