#6A6837

Color #6A6837 Verdigris (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdigris #6A6837

Tints of Verdigris #6A6837

Color information

#6A6837 (or 0x6A6837) is unknown color: approx Verdigris. HEX triplet: 6A, 68 and 37. RGB value is (106,104,55). Sum of RGB (Red+Green+Blue) = 106+104+55=265 (35% of max value = 765). Red value is 106 (41.80% from 255 or 40% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 55 (21.88% from 255 or 20.75% from 265); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6837 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6837 is #9597C8. Grayscale: #636363. Windows color (decimal): -9803721 or 3631210. OLE color: 3631210.

HSL color Cylindrical-coordinate representation of color #6A6837: hue angle of 57.65º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A6837 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.58.

Color convert

RGB10610455-
CMYK00.020.480.58
HSL57.65º31.68%31.57%-
HSV(B)57.65º48.11%41.57%-
XYZ11.5813.245.56-
YUV99.01103.16132.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 106 (41.80% from 255) = 40%
GREEN value IS 104 (41.02% from 255) = 39.25%
BLUE value IS 55 (21.88% from 255) = 20.75%
R=40%
G=39.25%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061045500.020.480.5857.6531.6831.57
Hex6A683702303A3a2020
Octal15215067026072724040
Binary11010101101000110111010110000111010111010100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A6837; }

 p { color: rgb(106,104,55); }

 H1.HeaderClassName
 {
   color: #6A6837;
 }
 .AnyTagClassName
 {
   color: #6A6837;
 }
</style>
background-color css

<style>
 a { background-color: #6A6837; }

 a { background-color: rgb(106,104,55); }

 div.DivClassName
 {
   background-color: #6A6837;
 }
 .BgClassName
 {
   background-color: #6A6837;
 }
</style>
border-color css

<style>
 span { border-color: #6A6837; }

 span { border-color: rgb(106,104,55); }

 td.TdClassName
 {
   border-color: #6A6837;
 }
 .TagClassName
 {
   border-color: #6A6837;
 }
</style>