Shades of Verdigris #665D37
Tints of Verdigris #665D37
RGB
CMYK
RGB Variations
Color information
#665D37 (or 0x665D37) is known color: Verdigris. HEX triplet: 66, 5D and 37. RGB value is (102,93,55). Sum of RGB (Red+Green+Blue) = 102+93+55=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 102 - color contains mainly: red. Hex color #665D37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665D37 is #99A2C8. Grayscale: #5B5B5B. Windows color (decimal): -10068681 or 3628390. OLE color: 3628390.
HSL color Cylindrical-coordinate representation of color #665D37: hue angle of 48.51º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #665D37 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 93 | 55 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.6 |
| HSL | 48.51º | 0.3% | 0.31% | - |
| HSV(B) | 48.51º | 0.46% | 0.4% | - |
| XYZ | 10.08 | 10.93 | 5.19 | - |
| YUV | 91.36 | 107.48 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 55 | 0 | 0.09 | 0.46 | 0.6 | 48.51 | 0.3 | 0.31 |
| Hex | 66 | 5D | 37 | 0 | 9 | 2E | 3C | 31 | 1E | 1F |
| Octal | 146 | 135 | 67 | 0 | 11 | 56 | 74 | 61 | 36 | 37 |
| Binary | 1100110 | 1011101 | 110111 | 0 | 1001 | 101110 | 111100 | 110001 | 11110 | 11111 |
Color Harmonies of #665D37
Complementary color
Monochromatic Colors of #665D37
Black with #665D37
Text Example
Text Example
White with #665D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665D37; }
p { color: rgb(102,93,55); }
H1.HeaderClassName
{
color: #665D37;
}
.AnyTagClassName
{
color: #665D37;
}
</style>
background-color css
<style>
a { background-color: #665D37; }
a { background-color: rgb(102,93,55); }
div.DivClassName
{
background-color: #665D37;
}
.BgClassName
{
background-color: #665D37;
}
</style>
border-color css
<style>
span { border-color: #665D37; }
span { border-color: rgb(102,93,55); }
td.TdClassName
{
border-color: #665D37;
}
.TagClassName
{
border-color: #665D37;
}
</style>