#6A673F

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

Shades of Verdigris #6A673F

Tints of Verdigris #6A673F

Color information

#6A673F (or 0x6A673F) is unknown color: approx Verdigris. HEX triplet: 6A, 67 and 3F. RGB value is (106,103,63). Sum of RGB (Red+Green+Blue) = 106+103+63=272 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.97% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 106 - color contains mainly: red. Hex color #6A673F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A673F is #9598C0. Grayscale: #636363. Windows color (decimal): -9803969 or 4155242. OLE color: 4155242.

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

Color convert

RGB10610363-
CMYK00.030.410.58
HSL55.81º25.44%33.14%-
HSV(B)55.81º40.57%41.57%-
XYZ11.6913.126.62-
YUV99.34107.49132.75-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.97%
GREEN value IS 103 (40.62% from 255) = 37.87%
BLUE value IS 63 (25% from 255) = 23.16%
R=38.97%
G=37.87%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061036300.030.410.5855.8125.4433.14
Hex6A673F03293A381921
Octal15214777035172703141
Binary1101010110011111111101110100111101011100011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A673F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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