#6A683F

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

Shades of Verdigris #6A683F

Tints of Verdigris #6A683F

Color information

#6A683F (or 0x6A683F) is unknown color: approx Verdigris. HEX triplet: 6A, 68 and 3F. RGB value is (106,104,63). Sum of RGB (Red+Green+Blue) = 106+104+63=273 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.83% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 106 - color contains mainly: red. Hex color #6A683F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A683F is #9597C0. Grayscale: #646464. Windows color (decimal): -9803713 or 4155498. OLE color: 4155498.

HSL color Cylindrical-coordinate representation of color #6A683F: hue angle of 57.21º 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 #6A683F is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.58.

Color convert

RGB10610463-
CMYK00.020.410.58
HSL57.21º25.44%33.14%-
HSV(B)57.21º40.57%41.57%-
XYZ11.7913.326.65-
YUV99.92107.16132.33-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.83%
GREEN value IS 104 (41.02% from 255) = 38.10%
BLUE value IS 63 (25% from 255) = 23.08%
R=38.83%
G=38.10%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061046300.020.410.5857.2125.4433.14
Hex6A683F02293A391921
Octal15215077025172713141
Binary1101010110100011111101010100111101011100111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A683F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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