Shades of Verdigris #685F38
Tints of Verdigris #685F38
RGB
CMYK
RGB Variations
Color information
#685F38 (or 0x685F38) is known color: Verdigris. HEX triplet: 68, 5F and 38. RGB value is (104,95,56). Sum of RGB (Red+Green+Blue) = 104+95+56=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 56 (22.27% from 255 or 21.96% from 255); Max value from RGB is 104 - color contains mainly: red. Hex color #685F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685F38 is #97A0C7. Grayscale: #5D5D5D. Windows color (decimal): -9937096 or 3694440. OLE color: 3694440.
HSL color Cylindrical-coordinate representation of color #685F38: hue angle of 48.75º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #685F38 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 95 | 56 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.59 |
| HSL | 48.75º | 0.3% | 0.31% | - |
| HSV(B) | 48.75º | 0.46% | 0.41% | - |
| XYZ | 10.51 | 11.41 | 5.39 | - |
| YUV | 93.25 | 106.98 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 95 | 56 | 0 | 0.09 | 0.46 | 0.59 | 48.75 | 0.3 | 0.31 |
| Hex | 68 | 5F | 38 | 0 | 9 | 2E | 3B | 31 | 1E | 1F |
| Octal | 150 | 137 | 70 | 0 | 11 | 56 | 73 | 61 | 36 | 37 |
| Binary | 1101000 | 1011111 | 111000 | 0 | 1001 | 101110 | 111011 | 110001 | 11110 | 11111 |
Color Harmonies of #685F38
Complementary color
Monochromatic Colors of #685F38
Black with #685F38
Text Example
Text Example
White with #685F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685F38; }
p { color: rgb(104,95,56); }
H1.HeaderClassName
{
color: #685F38;
}
.AnyTagClassName
{
color: #685F38;
}
</style>
background-color css
<style>
a { background-color: #685F38; }
a { background-color: rgb(104,95,56); }
div.DivClassName
{
background-color: #685F38;
}
.BgClassName
{
background-color: #685F38;
}
</style>
border-color css
<style>
span { border-color: #685F38; }
span { border-color: rgb(104,95,56); }
td.TdClassName
{
border-color: #685F38;
}
.TagClassName
{
border-color: #685F38;
}
</style>