#6D673F

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

Shades of Verdigris #6D673F

Tints of Verdigris #6D673F

Color information

#6D673F (or 0x6D673F) is unknown color: approx Verdigris. HEX triplet: 6D, 67 and 3F. RGB value is (109,103,63). Sum of RGB (Red+Green+Blue) = 109+103+63=275 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.64% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 109 - color contains mainly: red. Hex color #6D673F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D673F is #9298C0. Grayscale: #646464. Windows color (decimal): -9607361 or 4155245. OLE color: 4155245.

HSL color Cylindrical-coordinate representation of color #6D673F: hue angle of 52.17º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D673F is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.57.

Color convert

RGB10910363-
CMYK00.060.420.57
HSL52.17º26.74%33.73%-
HSV(B)52.17º42.2%42.75%-
XYZ12.0513.316.64-
YUV100.23106.99134.25-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.64%
GREEN value IS 103 (40.62% from 255) = 37.45%
BLUE value IS 63 (25% from 255) = 22.91%
R=39.64%
G=37.45%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091036300.060.420.5752.1726.7433.73
Hex6D673F062A39341b22
Octal15514777065271643342
Binary11011011100111111111011010101011100111010011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D673F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,103,63); }

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

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

 a { background-color: rgb(109,103,63); }

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

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

 span { border-color: rgb(109,103,63); }

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