#6A673D

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

Shades of Verdigris #6A673D

Tints of Verdigris #6A673D

Color information

#6A673D (or 0x6A673D) is unknown color: approx Verdigris. HEX triplet: 6A, 67 and 3D. RGB value is (106,103,61). Sum of RGB (Red+Green+Blue) = 106+103+61=270 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.26% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 106 - color contains mainly: red. Hex color #6A673D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A673D is #9598C2. Grayscale: #636363. Windows color (decimal): -9803971 or 4024170. OLE color: 4024170.

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

Color convert

RGB10610361-
CMYK00.030.420.58
HSL56º26.95%32.75%-
HSV(B)56º42.45%41.57%-
XYZ11.6413.16.33-
YUV99.11106.49132.92-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.26%
GREEN value IS 103 (40.62% from 255) = 38.15%
BLUE value IS 61 (24.22% from 255) = 22.59%
R=39.26%
G=38.15%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061036100.030.420.585626.9532.75
Hex6A673D032A3A381b21
Octal15214775035272703341
Binary1101010110011111110101110101011101011100011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A673D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,103,61); }

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

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

 a { background-color: rgb(106,103,61); }

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

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

 span { border-color: rgb(106,103,61); }

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