#6D673A

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

Shades of Verdigris #6D673A

Tints of Verdigris #6D673A

Color information

#6D673A (or 0x6D673A) is unknown color: approx Verdigris. HEX triplet: 6D, 67 and 3A. RGB value is (109,103,58). Sum of RGB (Red+Green+Blue) = 109+103+58=270 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.37% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 109 - color contains mainly: red. Hex color #6D673A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D673A is #9298C5. Grayscale: #636363. Windows color (decimal): -9607366 or 3827565. OLE color: 3827565.

HSL color Cylindrical-coordinate representation of color #6D673A: hue angle of 52.94º 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 #6D673A is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.57.

Color convert

RGB10910358-
CMYK00.060.470.57
HSL52.94º30.54%32.75%-
HSV(B)52.94º46.79%42.75%-
XYZ11.9213.265.93-
YUV99.66104.49134.66-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.37%
GREEN value IS 103 (40.62% from 255) = 38.15%
BLUE value IS 58 (23.05% from 255) = 21.48%
R=40.37%
G=38.15%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091035800.060.470.5752.9430.5432.75
Hex6D673A062F39351f21
Octal15514772065771653741
Binary11011011100111111010011010111111100111010111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D673A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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