#6A643C

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

Shades of Verdigris #6A643C

Tints of Verdigris #6A643C

Color information

#6A643C (or 0x6A643C) is unknown color: approx Verdigris. HEX triplet: 6A, 64 and 3C. RGB value is (106,100,60). Sum of RGB (Red+Green+Blue) = 106+100+60=266 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.85% from 266); Green value is 100 (39.45% from 255 or 37.59% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 106 - color contains mainly: red. Hex color #6A643C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A643C is #959BC3. Grayscale: #616161. Windows color (decimal): -9804740 or 3957866. OLE color: 3957866.

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

Color convert

RGB10610060-
CMYK00.060.430.58
HSL52.17º27.71%32.55%-
HSV(B)52.17º43.4%41.57%-
XYZ11.3212.56.09-
YUV97.23106.99134.25-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.85%
GREEN value IS 100 (39.45% from 255) = 37.59%
BLUE value IS 60 (23.83% from 255) = 22.56%
R=39.85%
G=37.59%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061006000.060.430.5852.1727.7132.55
Hex6A643C062B3A341c21
Octal15214474065372643441
Binary11010101100100111100011010101111101011010011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A643C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,100,60); }

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

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

 a { background-color: rgb(106,100,60); }

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

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

 span { border-color: rgb(106,100,60); }

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