#6D683A

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

Shades of Verdigris #6D683A

Tints of Verdigris #6D683A

Color information

#6D683A (or 0x6D683A) is unknown color: approx Verdigris. HEX triplet: 6D, 68 and 3A. RGB value is (109,104,58). Sum of RGB (Red+Green+Blue) = 109+104+58=271 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.22% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 109 - color contains mainly: red. Hex color #6D683A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D683A is #9297C5. Grayscale: #646464. Windows color (decimal): -9607110 or 3827821. OLE color: 3827821.

HSL color Cylindrical-coordinate representation of color #6D683A: hue angle of 54.12º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D683A is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.57.

Color convert

RGB10910458-
CMYK00.050.470.57
HSL54.12º30.54%32.75%-
HSV(B)54.12º46.79%42.75%-
XYZ12.0213.465.97-
YUV100.25104.16134.24-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.22%
GREEN value IS 104 (41.02% from 255) = 38.38%
BLUE value IS 58 (23.05% from 255) = 21.40%
R=40.22%
G=38.38%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091045800.050.470.5754.1230.5432.75
Hex6D683A052F39361f21
Octal15515072055771663741
Binary11011011101000111010010110111111100111011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D683A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,104,58); }

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

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

 a { background-color: rgb(109,104,58); }

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

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

 span { border-color: rgb(109,104,58); }

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