#6D683D

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

Shades of Verdigris #6D683D

Tints of Verdigris #6D683D

Color information

#6D683D (or 0x6D683D) is unknown color: approx Verdigris. HEX triplet: 6D, 68 and 3D. RGB value is (109,104,61). Sum of RGB (Red+Green+Blue) = 109+104+61=274 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.78% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 61 (24.22% from 255 or 22.26% from 274); Max value from RGB is 109 - color contains mainly: red. Hex color #6D683D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D683D is #9297C2. Grayscale: #646464. Windows color (decimal): -9607107 or 4024429. OLE color: 4024429.

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

Color convert

RGB10910461-
CMYK00.050.440.57
HSL53.75º28.24%33.33%-
HSV(B)53.75º44.04%42.75%-
XYZ12.113.496.38-
YUV100.59105.66134-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.78%
GREEN value IS 104 (41.02% from 255) = 37.96%
BLUE value IS 61 (24.22% from 255) = 22.26%
R=39.78%
G=37.96%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091046100.050.440.5753.7528.2433.33
Hex6D683D052C39361c21
Octal15515075055471663441
Binary11011011101000111101010110110011100111011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D683D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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